summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
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);