summaryrefslogtreecommitdiff
path: root/www/constant.php
diff options
context:
space:
mode:
authorHorus32014-03-16 18:50:16 +0100
committerHorus32014-03-16 18:50:16 +0100
commitd29d122cfb12bee688adce7e1bf36d957e3b7891 (patch)
tree3955e06f2e2b9c8d5032708b9c2ad76d6a00de85 /www/constant.php
parent62e084efdd31071e6aadc4e512cda7c33f9ea9cf (diff)
downloadfiles.iamfabulous.de-d29d122cfb12bee688adce7e1bf36d957e3b7891.tar.gz
Fixed typo.
Diffstat (limited to 'www/constant.php')
-rw-r--r--www/constant.php15
1 files changed, 0 insertions, 15 deletions
diff --git a/www/constant.php b/www/constant.php
deleted file mode 100644
index 209ff0f..0000000
--- a/www/constant.php
+++ /dev/null
@@ -1,15 +0,0 @@
-<?
-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);