]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/commitdiff
guardian.cgi: Disable debugging.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 28 Feb 2015 11:33:12 +0000 (12:33 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 28 Feb 2015 11:33:12 +0000 (12:33 +0100)
html/cgi-bin/guardian.cgi

index 9345d455b6067311168332ea73a2a81ae39c2f4a..40cbf4d6e5e32e61e34df176e4dd9a1ea8794a0c 100644 (file)
@@ -23,8 +23,8 @@ use strict;
 use Locale::Country;
 
 # enable only the following on debugging purpose
-use warnings;
-use CGI::Carp 'fatalsToBrowser';
+#use warnings;
+#use CGI::Carp 'fatalsToBrowser';
 
 require '/var/ipfire/general-functions.pl';
 require "${General::swroot}/lang.pl";