forked from leftypol/leftypol
fix banned.php; thanks stigma
This commit is contained in:
parent
11dfc8bbdc
commit
0658a2b19a
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue