summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authorroot2014-03-20 14:17:13 +0100
committerroot2014-03-20 14:17:13 +0100
commitfe561fa106699a0a2e8e20633efed855c33f85c6 (patch)
treef81a0cf71304a7bfc311037206c1c5684602b459 /www/include.php
parent96757d7ef1294344c2f196346b3d73a3515d7e54 (diff)
downloadfiles.iamfabulous.de-fe561fa106699a0a2e8e20633efed855c33f85c6.tar.gz
First test for download() and delete().
Diffstat (limited to 'www/include.php')
-rwxr-xr-xwww/include.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/include.php b/www/include.php
index 8bd840b..94eaba9 100755
--- a/www/include.php
+++ b/www/include.php
@@ -15,8 +15,9 @@ 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($func_dir . "func_upload.php"); // handles the file upload
require_once("login.php"); // prints the login page
require_once("register.php"); // prints the register page