summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_routes.php2
-rwxr-xr-xusr/local/www/system_routes_edit.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index e4a36fb..2d6533a 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -48,7 +48,7 @@ if (!is_array($config['staticroutes']['route']))
$config['staticroutes']['route'] = array();
$a_routes = &$config['staticroutes']['route'];
-$a_gateways = return_gateways_array(true);
+$a_gateways = return_gateways_array(true, true);
$changedesc = gettext("Static Routes") . ": ";
if ($_POST) {
diff --git a/usr/local/www/system_routes_edit.php b/usr/local/www/system_routes_edit.php
index 828904a..7d3df5e 100755
--- a/usr/local/www/system_routes_edit.php
+++ b/usr/local/www/system_routes_edit.php
@@ -58,7 +58,7 @@ if (!is_array($config['staticroutes']['route']))
$config['staticroutes']['route'] = array();
$a_routes = &$config['staticroutes']['route'];
-$a_gateways = return_gateways_array(true);
+$a_gateways = return_gateways_array(true, true);
$id = $_GET['id'];
if (isset($_POST['id']))
OpenPOWER on IntegriCloud