summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_gateways.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index bb3db24..3e7640e 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -39,7 +39,13 @@
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;
$changedesc = "Gateways: ";
if ($_POST) {
OpenPOWER on IntegriCloud