diff --git a/templates/networking.php b/templates/networking.php index 9b93f08d..78f751a0 100755 --- a/templates/networking.php +++ b/templates/networking.php @@ -137,7 +137,7 @@ if(empty($devname)) $devname=""; $isStatic = $isStatic || in_array($dev["type"],array("ppp","tun")); $txtdisabled=$isStatic ? "disabled":""; - echo ''; foreach($_SESSION["net-device-types"] as $i => $type) { $txt=$_SESSION["net-device-types-info"][$i]; $txtdisabled = in_array($type,array("ppp","tun")) ? "disabled":"";