From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 1/3] No longer disable proxy when GREEN isn't present Date: Thu, 05 Aug 2021 13:28:30 +0000 Message-ID: <20210805132832.7645-1-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7951482435897576886==" List-Id: --===============7951482435897576886== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Michael Tremer --- config/cfgroot/header.pl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/cfgroot/header.pl b/config/cfgroot/header.pl index 83ef01951..79accbe8a 100644 --- a/config/cfgroot/header.pl +++ b/config/cfgroot/header.pl @@ -181,13 +181,6 @@ sub genmenu { $menu->{'03.network'}{'subMenu'}->{'80.macadressmenu'}{'enabled'} = =3D 0; $menu->{'03.network'}{'subMenu'}->{'90.wakeonlan'}{'enabled'} =3D 0; } - - # Disable proxy when no GREEN is available - if (!&green_used()) { - $menu->{'03.network'}{'subMenu'}->{'20.proxy'}{'enabled'} =3D 0; - $menu->{'03.network'}{'subMenu'}->{'21.urlfilter'}{'enabled'} =3D 0; - $menu->{'03.network'}{'subMenu'}->{'22.updxlrator'}{'enabled'} =3D 0; - } } } =20 --=20 2.20.1 --===============7951482435897576886==--