mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove debugging leftover.
This commit is contained in:
parent
ca54b8a759
commit
cbdcd18811
@ -104,7 +104,6 @@ if ($_GET['act'] == "del") {
|
||||
}
|
||||
}
|
||||
if ($remove == true) {
|
||||
var_dump($config['interfaces']);
|
||||
if ($config['interfaces'][$a_gateways[$_GET['id']]['friendlyiface']]['gateway'] == $a_gateways[$_GET['id']]['name'])
|
||||
unset($config['interfaces'][$a_gateways[$_GET['id']]['friendlyiface']]['gateway']);
|
||||
$changedesc .= "removed gateway {$realid}";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user