summaryrefslogtreecommitdiff
path: root/www/constant.php
diff options
context:
space:
mode:
authorHorus32014-03-16 18:42:19 +0100
committerHorus32014-03-16 18:42:19 +0100
commit62e084efdd31071e6aadc4e512cda7c33f9ea9cf (patch)
treeeecc1422d94eb61c3f8bb110bc47e966556aa8c7 /www/constant.php
parent99e60dae1bb5825a426852860e67b9d00e124161 (diff)
downloadfiles.iamfabulous.de-62e084efdd31071e6aadc4e512cda7c33f9ea9cf.tar.gz
Redesigned to user constants.
Diffstat (limited to 'www/constant.php')
-rw-r--r--www/constant.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/www/constant.php b/www/constant.php
new file mode 100644
index 0000000..209ff0f
--- /dev/null
+++ b/www/constant.php
@@ -0,0 +1,15 @@
+<?
+define("EMPTY", 0);
+define("LOGIN_SUCCESSFULL", 1);
+define("LOGIN_DATABASE", 2);
+define("LOGIN_PASSWORD", 3);
+define("LOGOUT_SUCCESSFULL", 4);
+define("LOGOUT_FAILURE", 5);
+define("REGISTER_SUCCESSFULL", 6);
+define("REGISTER_PASSWORD", 7);
+define("REGISTER_EMAIL", 8);
+define("REGISTER_DATABASE", 9);
+define("REGISTER_PROHIBITED", 10);
+define("INVITE_SUCCESSFULL", 11);
+define("INVITE_INVITES", 12);
+define("INVITE_DATABASE", 13);