]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ovpnmain.cgi: Disable logging warnings
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2025 10:01:10 +0000 (11:01 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 14 Aug 2025 10:01:10 +0000 (11:01 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/ovpnmain.cgi

index 1fe0978c6f661241428b886cb1f6fc3fef1ca9fa..3b5941bde48b2edc77b2283a5d6eae61593af3b5 100644 (file)
@@ -41,8 +41,8 @@ require "${General::swroot}/countries.pl";
 require "${General::swroot}/location-functions.pl";
 
 # enable only the following on debugging purpose
-use warnings;
-use CGI::Carp 'fatalsToBrowser';
+#use warnings;
+#use CGI::Carp 'fatalsToBrowser';
 
 my %mainsettings = ();
 &General::readhash("${General::swroot}/main/settings", \%mainsettings);