diff options
| author | moehm | 2014-03-19 19:29:43 +0100 |
|---|---|---|
| committer | moehm | 2014-03-19 19:29:43 +0100 |
| commit | bafaf5fad9266612c172c58360587832b8edb1b9 (patch) | |
| tree | bd5cbd384eabdac74002e3e5cf09686c9d217ae3 /www/include.php | |
| parent | c526938c960524e8e79124890875cd7afeae1d7f (diff) | |
| download | files.iamfabulous.de-bafaf5fad9266612c172c58360587832b8edb1b9.tar.gz | |
Added delete_folder and fixed some security issues.
Diffstat (limited to 'www/include.php')
| -rwxr-xr-x | www/include.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/include.php b/www/include.php index 98c6b8e..8bd840b 100755 --- a/www/include.php +++ b/www/include.php @@ -15,8 +15,8 @@ require_once($func_dir . "func_user.php"); // gets the userid and account speci 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($func_dir . "func_delete.php"); // deletes files, folder and user -require_once($func_dir . "func_download.php"); // handles the file download +//require_once($func_dir . "func_delete.php"); // deletes files, folder and user +//require_once($func_dir . "func_download.php"); // handles the file download require_once("login.php"); // prints the login page require_once("register.php"); // prints the register page |
