summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php21
1 files changed, 11 insertions, 10 deletions
diff --git a/www/constants.php b/www/constants.php
index 235f34a..9245821 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -34,13 +34,14 @@ define("MKDIR_SUCCESS", 24);
define("MKDIR_OWNER", 25);
define("MKDIR_LOGIN", 26);
define("MKDIR_DATABASE", 27);
-
-define("UPLOAD_SUCCESS", 28);
-define("UPLOAD_DATABASE", 29);
-define("UPLOAD_LOGIN", 30);
-define("UPLOAD_UPLOAD", 31);
-define("UPLOAD_PARENTFOLDER", 32); // cur. tested if integer. Later should be if owner and uploader the same person
-define("UPLOAD_QUOTA", 33);
-define("UPLOAD_FILE_HANDLING", 34);
-define("UPLOAD_MOVING", 35);
-define("UPLOAD_DUPLICATE", 36);
+define("MKDIR_DUPLICATE", 28);
+
+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_QUOTA", 34);
+define("UPLOAD_FILE_HANDLING", 35);
+define("UPLOAD_MOVING", 36);
+define("UPLOAD_DUPLICATE", 37);