summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authormoehm2014-03-27 19:21:11 +0100
committermoehm2014-03-27 19:21:11 +0100
commit2310c2e3cb4cf9b724ef065fcb8543a60d0ff280 (patch)
treef0a661de715a080093d021d038d29b8630dc21cd /www/constants.php
parentcb74ce9e9702677225102fc06b5adda8ce692cdc (diff)
downloadfiles.iamfabulous.de-2310c2e3cb4cf9b724ef065fcb8543a60d0ff280.tar.gz
Merge in comming. Added new function to generate a donwload id.
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php6
1 files changed, 5 insertions, 1 deletions
diff --git a/www/constants.php b/www/constants.php
index 3fcd67b..22ab24f 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -47,7 +47,7 @@ define("UPLOAD_MOVING", 36);
define("UPLOAD_DUPLICATE", 37);
define("UPLOAD_FOLDER_NOT_OWNER", 67);
-define("MKDIR_SLASH_IN_FOLDER_NAME", 38); //check TODO
+define("SLASH_IN_FOLDER_NAME", 38); //check TODO
define("DELETE_FILE_SUCCESS", 39);
define("DELETE_FILE_DATABASE", 40);
@@ -82,3 +82,7 @@ define("MV_NEW_FOLDER_NOT_OWNER", 63);
define("MV_FOLDER_TARGET_NOT_EXIST", 64);
define("MV_FOLDER_SUCCESS", 65);
define("MV_FOLDER_DATABASE", 66);
+
+define("NOT_LOGED_IN", 67);
+define("FOLDER_NOT_OWNER", 68);
+define("DATABASE", 69);