summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/include.php')
-rwxr-xr-xwww/include.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php
index abbe4d9..dc8ca72 100755
--- a/www/include.php
+++ b/www/include.php
@@ -14,6 +14,7 @@ require_once($func_dir . "func_select.php"); // get the primary key from the la
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
require_once($func_dir . "func_password.php"); // changes the user password
+require_once($func_dir . "func_folder.php"); // creates a new folder
require_once("login.php"); // prints the login page
require_once("register.php"); // prints the register page