summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-12-31 14:24:38 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-12-31 14:24:38 +0000
commit16d9204ff3e6d341a2ca1c8807699736de793fd9 (patch)
treee2c4e636d239f8f7682968e1a9101edb5dacad0f /usr/local/www/system_gateways_edit.php
parentb03494e43753faacf3a14ebe2372111f0084f07b (diff)
downloadpfsense-16d9204ff3e6d341a2ca1c8807699736de793fd9.zip
pfsense-16d9204ff3e6d341a2ca1c8807699736de793fd9.tar.gz
Fix system gateways editing
Diffstat (limited to 'usr/local/www/system_gateways_edit.php')
-rwxr-xr-xusr/local/www/system_gateways_edit.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/usr/local/www/system_gateways_edit.php b/usr/local/www/system_gateways_edit.php
index e6b80e8..ef3a601 100755
--- a/usr/local/www/system_gateways_edit.php
+++ b/usr/local/www/system_gateways_edit.php
@@ -40,6 +40,11 @@
require("guiconfig.inc");
$a_gateways = return_gateways_array();
+$a_gateways_arr = array();
+foreach($a_gateways as $gw) {
+ $a_gateways_arr[] = $gw;
+}
+$a_gateways = $a_gateways_arr;
$id = $_GET['id'];
if (isset($_POST['id']))
OpenPOWER on IntegriCloud