From eff1feb8c7d4ed98d24ed2119dbee8da3185ec05 Mon Sep 17 00:00:00 2001 From: Stefan Schantl Date: Sat, 28 Feb 2015 12:33:12 +0100 Subject: [PATCH] guardian.cgi: Disable debugging. Signed-off-by: Stefan Schantl --- html/cgi-bin/guardian.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/guardian.cgi b/html/cgi-bin/guardian.cgi index 33faf23edd..162c0d4ceb 100644 --- a/html/cgi-bin/guardian.cgi +++ b/html/cgi-bin/guardian.cgi @@ -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"; -- 2.39.2