Oops bring back this code too.

This commit is contained in:
Ermal 2010-09-16 17:23:56 +00:00
parent 0c4846ff69
commit ea939fc3a6

View File

@ -262,8 +262,11 @@ if ($_POST) {
header("Location: system_gateways.php");
exit;
} else
} else {
$pconfig = $_POST;
if (empty($_POST['friendlyiface']))
$pconfig['friendlyiface'] = $_POST['interface'];
}
}