mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Oops bring back this code too.
This commit is contained in:
parent
0c4846ff69
commit
ea939fc3a6
@ -262,8 +262,11 @@ if ($_POST) {
|
||||
|
||||
header("Location: system_gateways.php");
|
||||
exit;
|
||||
} else
|
||||
} else {
|
||||
$pconfig = $_POST;
|
||||
if (empty($_POST['friendlyiface']))
|
||||
$pconfig['friendlyiface'] = $_POST['interface'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user