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=5ddd281f2478781a8cbd21ab92a135bdba9f519e;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 962a5ad18..c78d9b208 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);