From ac2fdbb15efa305b4a7f462ea37abc1448f6d069 Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Sun, 26 May 2019 17:02:56 +0200 Subject: [PATCH] tor.cgi: Disable debugging output Signed-off-by: Erik Kapfer Signed-off-by: Michael Tremer --- html/cgi-bin/tor.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/tor.cgi b/html/cgi-bin/tor.cgi index 71da666664..d31eb10862 100644 --- a/html/cgi-bin/tor.cgi +++ b/html/cgi-bin/tor.cgi @@ -23,8 +23,8 @@ use strict; use Locale::Codes::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}/geoip-functions.pl"; -- 2.39.5