summaryrefslogtreecommitdiff
path: root/www/constant.php
diff options
context:
space:
mode:
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);