leftypol_vichan/banned.php

8 lines
234 B
PHP
Raw Normal View History

2012-12-23 15:47:45 +00:00
<?php
2021-02-13 18:24:03 +00:00
require_once 'inc/bootstrap.php';
2012-12-23 15:47:45 +00:00
checkBan();
print "<!doctype html><html><head><meta charset='utf-8'><title>"._("Banned?")."</title></head><body>";
print "<h1>"._("You are not banned.")."</h1>";
2012-12-23 15:47:45 +00:00
print "</body></html>";
?>