leftypol/banned.php

9 lines
264 B
PHP
Raw Normal View History

2012-12-23 15:47:45 +00:00
<?php
require_once 'inc/functions.php';
2015-04-07 00:29:38 +00:00
require_once 'inc/bans.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>";
?>