summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/include.php')
-rw-r--r--www/include.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/include.php b/www/include.php
index 76b4ba1..5c9fdb4 100644
--- a/www/include.php
+++ b/www/include.php
@@ -8,5 +8,7 @@ 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
+require_once($func_dir . "func_select.php"); // get the primary key from the last folder
+require_once($func_dir . "func_user.php"); // gets the userid and account specific stuff
+require_once($func_dir . "func_content.php"); // get the vfs content
+