Browse Source

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

pull/40/head
czaks 11 years ago
parent
commit
1157864612
  1. 4
      banned.php

4
banned.php

@ -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…
Cancel
Save