diff options
Diffstat (limited to 'www/index.php')
| -rwxr-xr-x | www/index.php | 3 |
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)){ |
