Browse Source

fix banned.php; thanks stigma

pull/40/head
czaks 9 years ago
parent
commit
0658a2b19a
  1. 1
      banned.php

1
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>";

Loading…
Cancel
Save