fix: remove hide_eth variable & function usage in DockerSettings.page

- Eliminated the $hide_eth variable as it was not used and attempting to be set by an undeclared function
This commit is contained in:
Zack Spear
2025-06-11 13:33:52 -07:00
parent 10e9ffaa99
commit 02b2be2c2a

View File

@@ -424,7 +424,6 @@ $port = normalize($network);
[$range,$size] = my_explode('/',_var($dockercfg,"DOCKER_RANGE_$port"));
$disabled = $subnet ? '':'disabled';
$dhcpDisabled = $range ? '':'disabled';
$hide_eth = hide_eth($network);
?>
<?if ($protocol[$network] != 'ipv6' && ($network != 'wlan0' || lan_port('wlan0',true) == 1)):?>