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=785737c5c10999362e6510b6a1a80d39078822bf;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 57afa60cb..3e738f73d 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -5001,15 +5001,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);