]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/fwhosts.cgi
fwhost.cgi: disable "use warnings"
[people/teissler/ipfire-2.x.git] / html / cgi-bin / fwhosts.cgi
index 049233c43c181554a95f7277380dc575ef277b6a..2d128f55df616cd95799286acff580b1cce4090a 100644 (file)
@@ -21,7 +21,8 @@
 use strict;
 
 # enable only the following on debugging purpose
-use warnings;
+#use warnings;
+
 use Sort::Naturally;
 use CGI::Carp 'fatalsToBrowser';
 no warnings 'uninitialized';