dodano banned.php
This commit is contained in:
parent
3dae5a8bc7
commit
595c7f3da0
|
@ -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>";
|
||||
?>
|
Loading…
Reference in New Issue