From 889f10a8bea7105853ca505223dea1a1df07e0b9 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 17 Mar 2014 18:03:21 +0100 Subject: func mkdir --- www/include.php | 1 + 1 file changed, 1 insertion(+) (limited to 'www/include.php') 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 -- cgit v1.2.3