diff options
| author | Horus3 | 2014-03-17 00:44:27 +0100 |
|---|---|---|
| committer | Horus3 | 2014-03-17 00:44:27 +0100 |
| commit | a0981984a95560b4fede62486be940c36a517845 (patch) | |
| tree | e65e567c9caf53929ecfc869904757e0bb114800 | |
| parent | 400b575178557322fe394904dc204be69cdab624 (diff) | |
| download | files.iamfabulous.de-a0981984a95560b4fede62486be940c36a517845.tar.gz | |
Fixed typo in constants.
| -rw-r--r-- | www/constants.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/constants.php b/www/constants.php index 1717291..61f7839 100644 --- a/www/constants.php +++ b/www/constants.php @@ -26,6 +26,6 @@ define("PASSWORD_SUCCESS", 18); define("PASSWORD_PASSWORD", 19); define("PASSWORD_DATABASE", 20); -define("PASSWORD_SUCCESS", 21); -define("PASSWORD_EMAIL", 22); -define("PASSWORD_PROHIBITED", 23); +define("RECOVER_SUCCESS", 21); +define("RECOVER_EMAIL", 22); +define("RECOVER_PROHIBITED", 23); |
