diff options
| author | Horus3 | 2014-03-17 18:03:21 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-17 18:03:21 +0100 |
| commit | 889f10a8bea7105853ca505223dea1a1df07e0b9 (patch) | |
| tree | e7b85a68bc4239184e47a492a1e0ac0a00b088d6 /www/include.php | |
| parent | 1c8afbfabc15a35f84290ca7320da0e9e373747e (diff) | |
| download | files.iamfabulous.de-889f10a8bea7105853ca505223dea1a1df07e0b9.tar.gz | |
func mkdir
Diffstat (limited to 'www/include.php')
| -rwxr-xr-x | www/include.php | 1 |
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 |
