diff options
| author | Horus3 | 2014-03-18 00:14:37 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-18 00:14:37 +0100 |
| commit | faa66b350b7c95701654cae59583761feaeeb3d3 (patch) | |
| tree | deb5b984698b3bfb72edfdf6a9f0f263e63d5cdd /www/constants.php | |
| parent | 46786c1703474776d74ba67eb01eb484f3c8b646 (diff) | |
| download | files.iamfabulous.de-faa66b350b7c95701654cae59583761feaeeb3d3.tar.gz | |
func upload()
Diffstat (limited to 'www/constants.php')
| -rw-r--r-- | www/constants.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php index 9d3bd7f..235f34a 100644 --- a/www/constants.php +++ b/www/constants.php @@ -34,3 +34,13 @@ 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); |
