diff options
| author | root | 2014-03-26 03:07:06 +0100 |
|---|---|---|
| committer | root | 2014-03-26 03:07:06 +0100 |
| commit | e009b1e84dcbcc83f39652695eb86c6e64cc6a11 (patch) | |
| tree | a4745e74da7f5ffc4b359ae5a8cb67aec9c770c9 /www/constants.php | |
| parent | f1840d40760abb9869bd218ca510eceb94f86478 (diff) | |
| download | files.iamfabulous.de-e009b1e84dcbcc83f39652695eb86c6e64cc6a11.tar.gz | |
Now conform to HTTP/1.1. Also integrated func_download.
Diffstat (limited to 'www/constants.php')
| -rw-r--r-- | www/constants.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php index 9e0514b..15db956 100644 --- a/www/constants.php +++ b/www/constants.php @@ -71,3 +71,7 @@ define("DELETE_FOLDER_NOT_EMPTY", 55); define("FOLDER_NOT_PUBLIC", 56); define("FILE_NOT_FOUND", 57); define("EMPTY_FOLDER", 58); + +define("DOWNLOAD_FALSE_ID", 59); +define("DOWNLOAD_NOT_FILE", 60); +define("DOWNLOAD_PRIVATE_FILE", 61); |
