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
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…
Add table
Add a link
Reference in a new issue