diff options
Diffstat (limited to 'www/functions.php')
| -rw-r--r-- | www/functions.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/functions.php b/www/functions.php deleted file mode 100644 index 76b4ba1..0000000 --- a/www/functions.php +++ /dev/null @@ -1,12 +0,0 @@ -<? - -$func_dir = "functions/"; - -require_once($func_dir . "func_failure.php"); // 404 and other errors -require_once($func_dir . "func_interface.php"); // presents the vfs content -require_once($func_dir . "func_invite.php"); // handles the invite routine -require_once($func_dir . "func_login.php"); // handles also logout -require_once($func_dir . "func_register.php"); // processing the registration -require_once($func_dir . "func_rewrite.php"); // rewrites URL if user forgot to add the username while loged in -require_once($func_dir . "func_select.php"); // get the actual vfs content -require_once($func_dir . "func_user.php"); // account specific stuff |
