From a0981984a95560b4fede62486be940c36a517845 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 17 Mar 2014 00:44:27 +0100 Subject: Fixed typo in constants. --- www/constants.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'www/constants.php') 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); -- cgit v1.2.3