diff options
| author | root | 2014-03-21 19:25:02 +0100 |
|---|---|---|
| committer | root | 2014-03-21 19:25:02 +0100 |
| commit | 296d8a14511739a15327ffe30c0895cd3490e940 (patch) | |
| tree | 2bd7d23df26374b99b3235366e267ed734eef2bf /www/constants.php | |
| parent | 4611b609e81cce6ba1269707ff7f483d285bcec3 (diff) | |
| download | files.iamfabulous.de-296d8a14511739a15327ffe30c0895cd3490e940.tar.gz | |
Doesn't show private files anymore and trying to write a empty_folder function.
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 1cdc32d..266bd6a 100644 --- a/www/constants.php +++ b/www/constants.php @@ -67,3 +67,5 @@ define("DELETE_USER_NOT_OWNER", 52); define("DELETE_FOLDER_DATABASE", 53); define("DELETE_FOLDER_LOGIN", 54); define("DELETE_FOLDER_NOT_EMPTY", 55); + +define("FOLDER_NOT_PUBLIC", 56); |
