]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
tor.cgi: Disable debugging output
authorErik Kapfer <ummeegge@ipfire.org>
Sun, 26 May 2019 15:02:56 +0000 (17:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 May 2019 14:46:45 +0000 (15:46 +0100)
Signed-off-by: Erik Kapfer <ummeegge@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/cgi-bin/tor.cgi

index 71da66666448f27c65e284ff5be243b3b7e332c6..d31eb10862e129b3bbad2f3aa72f540a2128ec11 100644 (file)
@@ -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";