mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Update ip_bans.php
This commit is contained in:
parent
7f2ffe3b8d
commit
4926db093f
@ -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';
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user