Skip to content

Commit

Permalink
fix banned.php; thanks stigma
Browse files Browse the repository at this point in the history
  • Loading branch information
czaks committed Apr 7, 2015
1 parent 11dfc8b commit 0658a2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions banned.php
@@ -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>";
Expand Down

0 comments on commit 0658a2b

Please sign in to comment.