summaryrefslogtreecommitdiff
path: root/www/constant.php
diff options
context:
space:
mode:
authoroweissbarth2014-03-16 18:50:37 +0100
committeroweissbarth2014-03-16 18:50:37 +0100
commita37702805900d71609e7266a27c8b42c1bbae30f (patch)
tree1a55c9e25d67b58b166de134aeb356df5ab8cd58 /www/constant.php
parent11afecf8d47b6c7a4b96add2a9920ec73a436dce (diff)
parentd29d122cfb12bee688adce7e1bf36d957e3b7891 (diff)
downloadfiles.iamfabulous.de-a37702805900d71609e7266a27c8b42c1bbae30f.tar.gz
Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.de
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);