banned.php: remove polish strings; html5; needs further work
This commit is contained in:
parent
3e5234e54e
commit
1157864612
@ -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>";
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user