1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-01-18 00:56:42 +01:00

dodano banned.php

This commit is contained in:
asiekierka 2012-12-23 16:47:45 +01:00
parent 5a538ac319
commit cf3ea9f069

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>";
?>