leftypol/banned.php

8 lines
166 B
PHP
Raw Normal View History

2012-12-23 15:47:45 +00:00
<?php
require_once 'inc/functions.php';
checkBan();
print "<html><head>Banned?</head><body>";
print "<h1>Nie jestes zbanowany.</h1>";
print "</body></html>";
?>