From a54bf85dcd898bcd18298bb3d9687514bf71f08b Mon Sep 17 00:00:00 2001 From: bergware Date: Sun, 5 Jun 2016 18:33:47 +0200 Subject: [PATCH] Renamed and moved field "Enable VLANs" (previously "Type of access") --- plugins/dynamix/Eth0.page | 153 ++++++++++++++++++++++++++------------ plugins/dynamix/EthX.page | 85 +++++++++++++++++---- 2 files changed, 174 insertions(+), 64 deletions(-) diff --git a/plugins/dynamix/Eth0.page b/plugins/dynamix/Eth0.page index 229c25cd4..11b2140b1 100644 --- a/plugins/dynamix/Eth0.page +++ b/plugins/dynamix/Eth0.page @@ -53,7 +53,7 @@ $vlan_eth0 = [0]; if (isset($eth0)) foreach ($eth0 as $key => $val) if (substr($key,0,6)=='VLANID') $vlan_eth0[] = substr($key,7); ?>