diff options
| author | root | 2014-03-22 02:14:04 +0100 |
|---|---|---|
| committer | root | 2014-03-22 02:14:04 +0100 |
| commit | f1840d40760abb9869bd218ca510eceb94f86478 (patch) | |
| tree | 5e7afdd68c2e639bfa89c91fa3da07749b4fc093 /www/constants.php | |
| parent | 296d8a14511739a15327ffe30c0895cd3490e940 (diff) | |
| download | files.iamfabulous.de-f1840d40760abb9869bd218ca510eceb94f86478.tar.gz | |
Differences between folder_is_empty and file_not_found. TODO: Extra design for empty folder.
Diffstat (limited to 'www/constants.php')
| -rw-r--r-- | www/constants.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php index 266bd6a..9e0514b 100644 --- a/www/constants.php +++ b/www/constants.php @@ -69,3 +69,5 @@ define("DELETE_FOLDER_LOGIN", 54); define("DELETE_FOLDER_NOT_EMPTY", 55); define("FOLDER_NOT_PUBLIC", 56); +define("FILE_NOT_FOUND", 57); +define("EMPTY_FOLDER", 58); |
