diff options
| author | moehm | 2014-03-26 08:06:47 +0100 |
|---|---|---|
| committer | moehm | 2014-03-26 08:06:47 +0100 |
| commit | caa6a7afee2da0d62cd31ef76506d0f37e259f4d (patch) | |
| tree | 6877a822b1a2f272493d66948c3270ce58e11768 /www/constants.php | |
| parent | e009b1e84dcbcc83f39652695eb86c6e64cc6a11 (diff) | |
| download | files.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.php | 6 |
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); |
