aboutsummaryrefslogtreecommitdiff
path: root/www/index.php
diff options
context:
space:
mode:
authorroot2014-04-16 13:31:02 +0200
committerroot2014-04-16 13:31:02 +0200
commit2441480079f68bd4bc15a12d7b9b47c18ce0bd52 (patch)
treecd7544145e3539004619dc963c4e6cbf3a7b6c5b /www/index.php
parentb4e9313612dd341e43e5dc998469ec346adea8c6 (diff)
downloadjungegemeinde-2441480079f68bd4bc15a12d7b9b47c18ce0bd52.tar.gz
Added stuff.
Diffstat (limited to 'www/index.php')
-rwxr-xr-xwww/index.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/index.php b/www/index.php
index b6dce19..189e880 100755
--- a/www/index.php
+++ b/www/index.php
@@ -12,8 +12,7 @@ if(!isset($_SESSION["login_attempts"])){
require_once("include.php"); // handles all the stuff that needs to be included
if(check_if_banned($db)){
- echo "You are banned. ;_;";
- exit;
+ banned();
}
if(empty($_GET)){