summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authorHorus32014-03-16 23:39:07 +0100
committerHorus32014-03-16 23:39:07 +0100
commitd5bd89e1d64d00f0d10926c470bc850646f4a969 (patch)
tree26949050c55cb7d89d2fb6ae70e262fc3851ab09 /www/constants.php
parent7f91eee42bf1e48021fc1901c46c2c614adbab7d (diff)
downloadfiles.iamfabulous.de-d5bd89e1d64d00f0d10926c470bc850646f4a969.tar.gz
Added func change_password
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/constants.php b/www/constants.php
index 78a73bf..0b22908 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -21,3 +21,8 @@ define("INVITE_SUCCESSFULL", 14);
define("INVITE_INVITES", 15);
define("INVITE_DATABASE", 16);
define("INVITE_USEREXISTS", 17);
+
+define("PASSWORD_SUCCESS", 18);
+define("PASSWORD_PASSWORD", 19);
+define("PASSWORD_DATABASE", 20);
+