banned.php: remove polish strings; html5; needs further work

This commit is contained in:
czaks 2013-07-27 01:19:30 -04:00
parent 3e5234e54e
commit 1157864612

View File

@ -1,7 +1,7 @@
<?php <?php
require_once 'inc/functions.php'; require_once 'inc/functions.php';
checkBan(); checkBan();
print "<html><head>Banned?</head><body>"; print "<!doctype html><html><head><meta charset='utf-8'><title>"._("Banned?")."</title></head><body>";
print "<h1>Nie jestes zbanowany.</h1>"; print "<h1>"._("You are not banned.")."</h1>";
print "</body></html>"; print "</body></html>";
?> ?>