1. Detect for each IP the network it belongs and change background of that IP according to the network (Green, Red, Blue, Orange) 2. For each IP detect the country it belongs to and display country flag near IP Signed-off-by: Horace Michael --- html/cgi-bin/guardian.cgi | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/html/cgi-bin/guardian.cgi b/html/cgi-bin/guardian.cgi index 659325b093d2..b05d4f7f7bad 100755 --- a/html/cgi-bin/guardian.cgi +++ b/html/cgi-bin/guardian.cgi @@ -925,7 +925,6 @@ print < -
@@ -933,7 +932,6 @@ print < -
@@ -987,7 +985,6 @@ print < $Lang::tr{'ip address'}: - $Lang::tr{'remark'}: @@ -1046,22 +1043,10 @@ foreach my $blocked_host (@blocked_hosts) { } print ""; print " $blocked_host"; - if ( $fcode ne "" ){ print "$ccode";} else { print "$fcode";} - - - # - # - # - # - # - # - # - # - # print <
-- 2.7.4