From: Michael Tremer Date: Tue, 19 Mar 2024 17:38:34 +0000 (+0100) Subject: ovpnmain.cgi: Remove presetting removed options X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bbc7293933ec0978d45b802507c2daaba4a89cf2;p=people%2Fms%2Fipfire-2.x.git ovpnmain.cgi: Remove presetting removed options Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 7ae5755e3..ca13c86d5 100755 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -5000,15 +5000,6 @@ END $selected{'DPROTOCOL'}{'tcp'} = ''; $selected{'DPROTOCOL'}{$cgiparams{'DPROTOCOL'}} = 'SELECTED'; - # TODO the next two blocks have to go - $checked{'DCOMPLZO'}{'off'} = ''; - $checked{'DCOMPLZO'}{'on'} = ''; - $checked{'DCOMPLZO'}{$cgiparams{'DCOMPLZO'}} = 'CHECKED'; - - $checked{'MSSFIX'}{'off'} = ''; - $checked{'MSSFIX'}{'on'} = ''; - $checked{'MSSFIX'}{$cgiparams{'MSSFIX'}} = 'CHECKED'; - &Header::showhttpheaders(); &Header::openpage($Lang::tr{'status ovpn'}, 1, ''); &Header::openbigbox('100%', 'LEFT', '', $errormessage);