mirror of
https://github.com/Circlepuller/Tinyboard.git
synced 2025-01-18 05:48:34 +01:00
8 lines
166 B
PHP
8 lines
166 B
PHP
|
<?php
|
||
|
require_once 'inc/functions.php';
|
||
|
checkBan();
|
||
|
print "<html><head>Banned?</head><body>";
|
||
|
print "<h1>Nie jestes zbanowany.</h1>";
|
||
|
print "</body></html>";
|
||
|
?>
|