summaryrefslogtreecommitdiff
path: root/www/constants.php
diff options
context:
space:
mode:
authorHorus32014-03-16 20:45:20 +0100
committerHorus32014-03-16 20:45:20 +0100
commit9aa537cfa66b626987556ec870f3c674b03ff30e (patch)
tree512f2976bf53c56c4dc84926f28d048c16bf3d3f /www/constants.php
parent1246415f35b3a45486808d27b0649b373f2740d2 (diff)
downloadfiles.iamfabulous.de-9aa537cfa66b626987556ec870f3c674b03ff30e.tar.gz
Added constant 'REGISTER_USERNAME', which checks if username already used.
Diffstat (limited to 'www/constants.php')
-rw-r--r--www/constants.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/constants.php b/www/constants.php
index 9ea8a5d..9935e1c 100644
--- a/www/constants.php
+++ b/www/constants.php
@@ -14,7 +14,8 @@ define("REGISTER_EMAIL", 8);
define("REGISTER_DATABASE", 9);
define("REGISTER_PROHIBITED", 10);
define("REGISTER_INVITEKEY", 12);
+define("REGISTER_USERNANE", 13);
-define("INVITE_SUCCESSFULL", 13);
-define("INVITE_INVITES", 14);
-define("INVITE_DATABASE", 15);
+define("INVITE_SUCCESSFULL", 14);
+define("INVITE_INVITES", 15);
+define("INVITE_DATABASE", 16);