summaryrefslogtreecommitdiff
path: root/www/include.php
diff options
context:
space:
mode:
authorHorus32014-04-21 18:35:43 +0200
committerHorus32014-04-21 18:35:43 +0200
commitdef084a19a19e1d5c77600c0c0967e5a8fed5b93 (patch)
tree6b8eb4b3af0decc1d0a48dc9304789f2794fd98a /www/include.php
parent2a1a332c4e7625a40008d5c4565fca1bbf062d91 (diff)
downloadfiles.iamfabulous.de-def084a19a19e1d5c77600c0c0967e5a8fed5b93.tar.gz
Now you can get a full list of FILES or DIRECTORY from class files. Also changed database layout to log every up- and download.
Diffstat (limited to 'www/include.php')
-rwxr-xr-xwww/include.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/include.php b/www/include.php
index 11d5451..39926f6 100755
--- a/www/include.php
+++ b/www/include.php
@@ -14,7 +14,7 @@ require_once("constants.php");
$func_dir = "functions/";
-require_once($func_dir . "class_files.php");
+require_once("class.files.php");
require_once($func_dir . "func_failure.php"); // 404 and other errors
require_once($func_dir . "func_interface.php"); // presents the vfs content