From mboxrd@z Thu Jan 1 00:00:00 1970 From: Horace Michael To: development@lists.ipfire.org Subject: [[PATCH] 2/2] ipinfo.cgi - added country flag and IP reputational links Date: Thu, 03 Nov 2016 01:50:07 +0200 Message-ID: <1478130607-1063-2-git-send-email-horace.michael@gmx.com> In-Reply-To: <1478130607-1063-1-git-send-email-horace.michael@gmx.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4364018625100558533==" List-Id: --===============4364018625100558533== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Horace Michael --- 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"; -- 2.7.4 --===============4364018625100558533==--