diff options
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); |
