fix banned.php; thanks stigma

This commit is contained in:
czaks 2015-04-07 02:29:38 +02:00
parent 11dfc8bbdc
commit 0658a2b19a

View File

@ -1,5 +1,6 @@
<?php
require_once 'inc/functions.php';
require_once 'inc/bans.php';
checkBan();
print "<!doctype html><html><head><meta charset='utf-8'><title>"._("Banned?")."</title></head><body>";
print "<h1>"._("You are not banned.")."</h1>";