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:
parent
3dae5a8bc7
commit
595c7f3da0
7
banned.php
Normal file
7
banned.php
Normal 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>";
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user