forked from leftypol/leftypol
bans should not affect mod.php
This commit is contained in:
parent
8ba120b6f4
commit
2273ae5645
1 changed files with 1 additions and 5 deletions
6
mod.php
6
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()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue