public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] tor.cgi: Disable debugging output
@ 2019-05-26 15:02 Erik Kapfer
  2019-05-26 16:17 ` Michael Tremer
  0 siblings, 1 reply; 3+ messages in thread
From: Erik Kapfer @ 2019-05-26 15:02 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 601 bytes --]

Signed-off-by: Erik Kapfer <ummeegge(a)ipfire.org>
---
 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 71da66666..d31eb1086 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.12.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-26 16:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-26 15:02 [PATCH] tor.cgi: Disable debugging output Erik Kapfer
2019-05-26 16:17 ` Michael Tremer
2019-05-26 16:25   ` ummeegge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox