summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-25 18:18:51 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-25 18:18:51 +0000
commitc795339e573389fa10ca8ea307b2c45f56a3700b (patch)
treea4ca0c5dbf3af3e80c4cd8000354adbb89939146 /usr/local/www/system_gateways.php
parent392cd413c1c6269d027e2da15f466928e6715271 (diff)
downloadpfsense-c795339e573389fa10ca8ea307b2c45f56a3700b.zip
pfsense-c795339e573389fa10ca8ea307b2c45f56a3700b.tar.gz
Resolves #175. Return description even for disabled interfaces. Teach the return_gateways_array() to return status for disabled interfaces if the caller requests it.
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index 39d6076..f73357f 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -44,7 +44,7 @@ require_once("functions.inc");
require_once("filter.inc");
require_once("shaper.inc");
-$a_gateways = return_gateways_array();
+$a_gateways = return_gateways_array(true);
$a_gateways_arr = array();
foreach($a_gateways as $gw) {
$a_gateways_arr[] = $gw;
OpenPOWER on IntegriCloud