From f238e251720bc0df01714facbf5c0979edb25871 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 20 May 2019 21:39:03 +0100 Subject: [PATCH 1/1] vulnerabilities.cgi: Disable debugging output Signed-off-by: Michael Tremer --- html/cgi-bin/vulnerabilities.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/cgi-bin/vulnerabilities.cgi b/html/cgi-bin/vulnerabilities.cgi index 8c9c5eddc8..27643d16cc 100644 --- a/html/cgi-bin/vulnerabilities.cgi +++ b/html/cgi-bin/vulnerabilities.cgi @@ -22,8 +22,8 @@ use strict; # 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