fix banned.php; thanks stigma
This commit is contained in:
parent
11dfc8bbdc
commit
0658a2b19a
@ -1,5 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
require_once 'inc/functions.php';
|
require_once 'inc/functions.php';
|
||||||
|
require_once 'inc/bans.php';
|
||||||
checkBan();
|
checkBan();
|
||||||
print "<!doctype html><html><head><meta charset='utf-8'><title>"._("Banned?")."</title></head><body>";
|
print "<!doctype html><html><head><meta charset='utf-8'><title>"._("Banned?")."</title></head><body>";
|
||||||
print "<h1>"._("You are not banned.")."</h1>";
|
print "<h1>"._("You are not banned.")."</h1>";
|
||||||
|
Loading…
Reference in New Issue
Block a user