summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authorHorus32014-03-17 00:01:19 +0100
committerHorus32014-03-17 00:01:19 +0100
commita4118da1cc89d897e96fa0ca27f4e44cca84391d (patch)
tree9777b1e444f564172ecee417c34ded8886ca3ae2 /www/constants.php
parentd5bd89e1d64d00f0d10926c470bc850646f4a969 (diff)
downloadfiles.iamfabulous.de-a4118da1cc89d897e96fa0ca27f4e44cca84391d.tar.gz
Added func recover_password
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php
index 0b22908..1717291 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -26,3 +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);