From: Michael Tremer Date: Fri, 29 Aug 2025 10:35:50 +0000 (+0100) Subject: Revert "ovpnmain.cgi: Apply default settings when neccessary" X-Git-Tag: v2.29-core197~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c86a0354a4e5d0dc970c0500864a95ff60f04a3;p=ipfire-2.x.git Revert "ovpnmain.cgi: Apply default settings when neccessary" This reverts commit e04f5376ba18767a6a9eccf104c472295a75340b. Signed-off-by: Michael Tremer --- diff --git a/html/cgi-bin/ovpnmain.cgi b/html/cgi-bin/ovpnmain.cgi index 5511610c0..6261e9968 100644 --- a/html/cgi-bin/ovpnmain.cgi +++ b/html/cgi-bin/ovpnmain.cgi @@ -132,7 +132,7 @@ my $col=""; "MAX_CLIENTS" => 100, "MSSFIX" => "off", "TLSAUTH" => "on", -}) unless (%vpnsettings); +}); # Load CGI parameters &Header::getcgihash(\%cgiparams, {'wantfile' => 1, 'filevar' => 'FH'});