summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authorHorus32014-03-18 01:08:43 +0100
committerHorus32014-03-18 01:08:43 +0100
commit7313f1b72659777e0c08d089293433109940d788 (patch)
tree162ddee778e3a31cb5d0bb440eaa8202c331093c /www/constants.php
parenta01b4b2380cdd06714128583fa4a891c3bb70353 (diff)
downloadfiles.iamfabulous.de-7313f1b72659777e0c08d089293433109940d788.tar.gz
Checks if new folder name contains a "/".
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/constants.php b/www/constants.php
index 9245821..9595cc3 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -40,8 +40,10 @@ 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_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);
+
+define("MKDIR_SLASH_IN_FOLDER_NAME", 38); //check TODO