From 4926db093fa89b50355a72acb4778123f835559a Mon Sep 17 00:00:00 2001 From: GetYourServer Date: Sun, 6 Sep 2015 22:01:44 +0200 Subject: [PATCH] Update ip_bans.php --- web/stuff/admin/ip_bans.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/stuff/admin/ip_bans.php b/web/stuff/admin/ip_bans.php index a22f9e06..50b645c1 100644 --- a/web/stuff/admin/ip_bans.php +++ b/web/stuff/admin/ip_bans.php @@ -39,7 +39,7 @@ if ((!isset($admin_id) or $main != 1) or (isset($admin_id) and !$pa['ipBans'] and $reseller_id != 0)) { header('Location: admin.php'); - die('No access); + die('No access'); } $sprache = getlanguagefile('logs', $user_language, $reseller_id); @@ -70,4 +70,4 @@ if ($ui->w('action', 2, 'post') == 'dl' and $ui->id('id', 19, 'post')) { configureDateTables('-1', '1, "desc"', 'ajax.php?w=datatable&d=ipbans'); $template_file = 'admin_ip_bans.tpl'; -} \ No newline at end of file +}