summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authorHorus32014-03-17 18:03:21 +0100
committerHorus32014-03-17 18:03:21 +0100
commit889f10a8bea7105853ca505223dea1a1df07e0b9 (patch)
treee7b85a68bc4239184e47a492a1e0ac0a00b088d6 /www/include.php
parent1c8afbfabc15a35f84290ca7320da0e9e373747e (diff)
downloadfiles.iamfabulous.de-889f10a8bea7105853ca505223dea1a1df07e0b9.tar.gz
func mkdir
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