From 66a96e72c06a808f75b8c87ef80aea0c0f95d946 Mon Sep 17 00:00:00 2001 From: Ermal Date: Mon, 7 Jun 2010 21:07:47 +0000 Subject: Reorganize code to be able to actually use the lookup_gateway_ip_by_name() function to find even dynamic gateways ip. --- usr/local/www/widgets/widgets/gateways.widget.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr/local/www/widgets/widgets') diff --git a/usr/local/www/widgets/widgets/gateways.widget.php b/usr/local/www/widgets/widgets/gateways.widget.php index c2f5645..b8bca28 100644 --- a/usr/local/www/widgets/widgets/gateways.widget.php +++ b/usr/local/www/widgets/widgets/gateways.widget.php @@ -30,7 +30,6 @@ require_once("guiconfig.inc"); require_once("pfsense-utils.inc"); require_once("functions.inc"); -$a_gateways = return_gateways_array(); $gateways_status = array(); $gateways_status = return_gateways_status(); @@ -58,7 +57,7 @@ $counter = 1; - + -- cgit v1.1