forked from leftypol/leftypol
Attempt fix broken unban on serveral pages
This commit is contained in:
parent
6863db49ef
commit
3351715795
2 changed files with 2 additions and 2 deletions
|
@ -858,7 +858,7 @@ function mod_page_ip($ip) {
|
|||
if (filter_var($ip, FILTER_VALIDATE_IP) === false)
|
||||
error("Invalid IP address.");
|
||||
|
||||
if (isset($_POST['ban_id'], $_POST['unban_mask'])) {
|
||||
if (isset($_POST['ban_id'], $_POST['unban'])) {
|
||||
if (!hasPermission($config['mod']['unban']))
|
||||
error($config['error']['noaccess']);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue