dodano banned.php

This commit is contained in:
asiekierka 2012-12-23 16:47:45 +01:00
parent 3dae5a8bc7
commit 595c7f3da0

7
banned.php Normal file
View File

@ -0,0 +1,7 @@
<?php
require_once 'inc/functions.php';
checkBan();
print "<html><head>Banned?</head><body>";
print "<h1>Nie jestes zbanowany.</h1>";
print "</body></html>";
?>