summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-06-04 10:20:58 +0200
committersmos <seth.mos@dds.nl>2012-06-04 10:20:58 +0200
commit6fdea6a2b649bece62644940d8cf4d42fe43ed59 (patch)
tree9121b13fb95fde32d12b0211d9c0bcb6832464f5 /usr/local/www/system_routes.php
parent3d36f9d1cefb7db127868211f697845f73389e90 (diff)
downloadpfsense-6fdea6a2b649bece62644940d8cf4d42fe43ed59.zip
pfsense-6fdea6a2b649bece62644940d8cf4d42fe43ed59.tar.gz
Allow for Null routes
Diffstat (limited to 'usr/local/www/system_routes.php')
-rwxr-xr-xusr/local/www/system_routes.php2
1 files changed, 1 insertions, 1 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) {
OpenPOWER on IntegriCloud