bans should not affect mod.php
This commit is contained in:
parent
8ba120b6f4
commit
2273ae5645
6
mod.php
6
mod.php
@ -3,11 +3,7 @@
|
|||||||
require 'inc/display.php';
|
require 'inc/display.php';
|
||||||
require 'inc/template.php';
|
require 'inc/template.php';
|
||||||
require 'inc/database.php';
|
require 'inc/database.php';
|
||||||
require 'inc/user.php';
|
require 'inc/user.php';
|
||||||
|
|
||||||
// Check if banned
|
|
||||||
checkBan();
|
|
||||||
|
|
||||||
require 'inc/mod.php';
|
require 'inc/mod.php';
|
||||||
|
|
||||||
if (get_magic_quotes_gpc()) {
|
if (get_magic_quotes_gpc()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user