diff options
| author | Horus3 | 2014-03-17 18:03:21 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-17 18:03:21 +0100 |
| commit | 889f10a8bea7105853ca505223dea1a1df07e0b9 (patch) | |
| tree | e7b85a68bc4239184e47a492a1e0ac0a00b088d6 /www/constants.php | |
| parent | 1c8afbfabc15a35f84290ca7320da0e9e373747e (diff) | |
| download | files.iamfabulous.de-889f10a8bea7105853ca505223dea1a1df07e0b9.tar.gz | |
func mkdir
Diffstat (limited to 'www/constants.php')
| -rw-r--r-- | www/constants.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php index 61f7839..9d3bd7f 100644 --- a/www/constants.php +++ b/www/constants.php @@ -29,3 +29,8 @@ define("PASSWORD_DATABASE", 20); define("RECOVER_SUCCESS", 21); define("RECOVER_EMAIL", 22); define("RECOVER_PROHIBITED", 23); + +define("MKDIR_SUCCESS", 24); +define("MKDIR_OWNER", 25); +define("MKDIR_LOGIN", 26); +define("MKDIR_DATABASE", 27); |
