mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove old webguiport code
webguiport is managed in system_advanced_admin.php these days, not here in system.php. This validation is never executed, so might a well clean up old unused code.
This commit is contained in:
parent
e09da6c266
commit
0c8cc91517
@ -140,11 +140,6 @@ if ($_POST) {
|
||||
}
|
||||
}
|
||||
|
||||
if ($_POST['webguiport'] && (!is_numericint($_POST['webguiport']) ||
|
||||
($_POST['webguiport'] < 1) || ($_POST['webguiport'] > 65535))) {
|
||||
$input_errors[] = gettext("A valid TCP/IP port must be specified for the webConfigurator port.");
|
||||
}
|
||||
|
||||
$direct_networks_list = explode(" ", filter_get_direct_networks_list());
|
||||
for ($dnscounter=1; $dnscounter<5; $dnscounter++) {
|
||||
$dnsitem = "dns{$dnscounter}";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user