bans should not affect mod.php
This commit is contained in:
parent
8ba120b6f4
commit
2273ae5645
4
mod.php
4
mod.php
@ -4,10 +4,6 @@
|
|||||||
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