forked from leftypol/leftypol
Fix invisible not-banned text in some themes
This commit is contained in:
parent
9bb9ee0cbe
commit
ac31e745c1
2 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
require_once 'inc/functions.php';
|
||||
require_once 'inc/bans.php';
|
||||
checkBan();
|
||||
print "<!doctype html><html><head><meta charset='utf-8'><title>"._("Banned?")."</title></head><body>";
|
||||
|
||||
//If the user is not banned, show the "not banned" page.
|
||||
die(
|
||||
|
@ -13,6 +12,4 @@
|
|||
'body' => Element('notbanned.html', array()
|
||||
))
|
||||
));
|
||||
|
||||
print "</body></html>";
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue