From caa6a7afee2da0d62cd31ef76506d0f37e259f4d Mon Sep 17 00:00:00 2001 From: moehm Date: Wed, 26 Mar 2014 08:06:47 +0100 Subject: Various improvements, e.g. move_folder() and a new database layout. --- www/constants.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/constants.php') 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); -- cgit v1.2.3