Browse Source

dodano banned.php

pull/40/head
asiekierka 11 years ago
parent
commit
595c7f3da0
  1. 7
      banned.php

7
banned.php

@ -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…
Cancel
Save