]> git.ipfire.org Git - 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>
Fri, 29 Jul 2016 11:17:55 +0000 (13:17 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
html/cgi-bin/guardian.cgi

index 33faf23eddc1c61bde433fb16d357924f5738630..162c0d4cebdd018ff322b82b4f89701fb834fec5 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";