From 2441480079f68bd4bc15a12d7b9b47c18ce0bd52 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 16 Apr 2014 13:31:02 +0200 Subject: Added stuff. --- www/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/index.php') 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)){ -- cgit v1.2.3