summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authormoehm2014-03-26 08:06:47 +0100
committermoehm2014-03-26 08:06:47 +0100
commitcaa6a7afee2da0d62cd31ef76506d0f37e259f4d (patch)
tree6877a822b1a2f272493d66948c3270ce58e11768 /www/constants.php
parente009b1e84dcbcc83f39652695eb86c6e64cc6a11 (diff)
downloadfiles.iamfabulous.de-caa6a7afee2da0d62cd31ef76506d0f37e259f4d.tar.gz
Various improvements, e.g. move_folder() and a new database layout.
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php
index 15db956..e98111e 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -75,3 +75,9 @@ define("EMPTY_FOLDER", 58);
define("DOWNLOAD_FALSE_ID", 59);
define("DOWNLOAD_NOT_FILE", 60);
define("DOWNLOAD_PRIVATE_FILE", 61);
+
+define("MV_OLD_FOLDER_NOT_OWNER", 62);
+define("MV_NEW_FOLDER_NOT_OWNER", 63);
+define("MV_FOLDER_TARGET_NOT_EXIST", 64);
+define("MV_FOLDER_SUCCESS", 65);
+define("MV_FOLDER_DATABASE", 66);