summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authorHorus32014-03-12 22:11:50 +0100
committerHorus32014-03-12 22:11:50 +0100
commit2f0f4ca056f92ffd2bbf80e7b7c49b489d6e7ed4 (patch)
treeb14d63c782c3088d904858140d947492d946e29f /www/include.php
parent478a6dbc03c1ed65f5a187a6752bc130d3b82ac3 (diff)
downloadfiles.iamfabulous.de-2f0f4ca056f92ffd2bbf80e7b7c49b489d6e7ed4.tar.gz
more modular for greater flexibility
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
+