summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authorHorus32014-03-18 00:14:37 +0100
committerHorus32014-03-18 00:14:37 +0100
commitfaa66b350b7c95701654cae59583761feaeeb3d3 (patch)
treedeb5b984698b3bfb72edfdf6a9f0f263e63d5cdd /www/constants.php
parent46786c1703474776d74ba67eb01eb484f3c8b646 (diff)
downloadfiles.iamfabulous.de-faa66b350b7c95701654cae59583761feaeeb3d3.tar.gz
func upload()
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php
index 9d3bd7f..235f34a 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -34,3 +34,13 @@ 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);