diff options
| author | Horus3 | 2014-03-18 00:31:18 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-18 00:31:18 +0100 |
| commit | 60bb005eba26c066bdebcea80c40dbfe727a801c (patch) | |
| tree | e30e20a265461ff4d2481d90ee4001be19e7795b /www/constants.php | |
| parent | faa66b350b7c95701654cae59583761feaeeb3d3 (diff) | |
| download | files.iamfabulous.de-60bb005eba26c066bdebcea80c40dbfe727a801c.tar.gz | |
No more duplicate folders anymore.
Diffstat (limited to 'www/constants.php')
| -rw-r--r-- | www/constants.php | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/www/constants.php b/www/constants.php index 235f34a..9245821 100644 --- a/www/constants.php +++ b/www/constants.php @@ -34,13 +34,14 @@ define("MKDIR_SUCCESS", 24); define("MKDIR_OWNER", 25); define("MKDIR_LOGIN", 26); define("MKDIR_DATABASE", 27); - -define("UPLOAD_SUCCESS", 28); -define("UPLOAD_DATABASE", 29); -define("UPLOAD_LOGIN", 30); -define("UPLOAD_UPLOAD", 31); -define("UPLOAD_PARENTFOLDER", 32); // cur. tested if integer. Later should be if owner and uploader the same person -define("UPLOAD_QUOTA", 33); -define("UPLOAD_FILE_HANDLING", 34); -define("UPLOAD_MOVING", 35); -define("UPLOAD_DUPLICATE", 36); +define("MKDIR_DUPLICATE", 28); + +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_QUOTA", 34); +define("UPLOAD_FILE_HANDLING", 35); +define("UPLOAD_MOVING", 36); +define("UPLOAD_DUPLICATE", 37); |
