Update ip_bans.php

This commit is contained in:
GetYourServer 2015-09-06 22:01:44 +02:00
parent 7f2ffe3b8d
commit 4926db093f

View File

@ -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';
}
}