summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes_edit.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_edit.php
parent3d36f9d1cefb7db127868211f697845f73389e90 (diff)
downloadpfsense-6fdea6a2b649bece62644940d8cf4d42fe43ed59.zip
pfsense-6fdea6a2b649bece62644940d8cf4d42fe43ed59.tar.gz
Allow for Null routes
Diffstat (limited to 'usr/local/www/system_routes_edit.php')
-rwxr-xr-xusr/local/www/system_routes_edit.php2
1 files changed, 1 insertions, 1 deletions
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