Signed-off-by: Horace Michael horace.michael@gmx.com --- html/cgi-bin/ipinfo.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/html/cgi-bin/ipinfo.cgi b/html/cgi-bin/ipinfo.cgi index 8bcad8662107..f118c654d403 100755 --- a/html/cgi-bin/ipinfo.cgi +++ b/html/cgi-bin/ipinfo.cgi @@ -25,8 +25,8 @@ use strict; use Geo::IP::PurePerl;
# 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";