summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authormoehm2014-03-19 17:39:48 +0100
committermoehm2014-03-19 17:39:48 +0100
commitc526938c960524e8e79124890875cd7afeae1d7f (patch)
treefd47ad71e1f96cdd3866bc5495226bc0f4d6e79f /www/include.php
parent716707414f1ef931ba33abb4f508bf53a5b3564c (diff)
downloadfiles.iamfabulous.de-c526938c960524e8e79124890875cd7afeae1d7f.tar.gz
Added func_download and func_delete.
Diffstat (limited to 'www/include.php')
-rwxr-xr-xwww/include.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/www/include.php b/www/include.php
index dc8ca72..98c6b8e 100755
--- a/www/include.php
+++ b/www/include.php
@@ -15,6 +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("login.php"); // prints the login page
require_once("register.php"); // prints the register page