summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authorHorus32014-03-27 00:22:55 +0100
committerHorus32014-03-27 00:22:55 +0100
commit768f0f6a1ec5aaaa576fdc1bd283973a8a5ffc89 (patch)
tree59ff3df5c42af9e05ca6e7607326057f991d9336 /www/constants.php
parentcb74ce9e9702677225102fc06b5adda8ce692cdc (diff)
downloadfiles.iamfabulous.de-768f0f6a1ec5aaaa576fdc1bd283973a8a5ffc89.tar.gz
Fixed upload();
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/constants.php b/www/constants.php
index 3fcd67b..804743d 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -40,12 +40,11 @@ define("UPLOAD_SUCCESS", 29);
define("UPLOAD_DATABASE", 30);
define("UPLOAD_LOGIN", 31);
define("UPLOAD_UPLOAD", 32);
-define("UPLOAD_PARENTFOLDER", 33); // cur. tested if integer. Later should be if owner and uploader the same person
+define("UPLOAD_FOLDER_NOT_OWNER", 33);
define("UPLOAD_QUOTA", 34);
define("UPLOAD_FILE_HANDLING", 35);
define("UPLOAD_MOVING", 36);
define("UPLOAD_DUPLICATE", 37);
-define("UPLOAD_FOLDER_NOT_OWNER", 67);
define("MKDIR_SLASH_IN_FOLDER_NAME", 38); //check TODO