From 2273ae5645417629ac03a8be413c5c1b7b36461f Mon Sep 17 00:00:00 2001 From: Michael Save Date: Sun, 8 Apr 2012 02:31:44 +1000 Subject: [PATCH] bans should not affect mod.php --- mod.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mod.php b/mod.php index 8bd10c8d..2d871aff 100644 --- a/mod.php +++ b/mod.php @@ -3,11 +3,7 @@ require 'inc/display.php'; require 'inc/template.php'; require 'inc/database.php'; - require 'inc/user.php'; - - // Check if banned - checkBan(); - + require 'inc/user.php'; require 'inc/mod.php'; if (get_magic_quotes_gpc()) {