summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_gateways.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2009-03-10 16:32:44 +0100
committerSeth Mos <seth.mos@xs4all.nl>2009-03-10 16:32:44 +0100
commit3df6d458838116ae64ec7fdee4004c4b5117194b (patch)
treef5601f4bc7da9509d7011e404da91965bafc6030 /usr/local/www/system_gateways.php
parent1142c9a949913b3d35d9ee153f17dc38dd71f651 (diff)
downloadpfsense-3df6d458838116ae64ec7fdee4004c4b5117194b.zip
pfsense-3df6d458838116ae64ec7fdee4004c4b5117194b.tar.gz
More tree unbreaking. Damn, I thought I tested this.
Maybe I really can't type as well as I think I can.
Diffstat (limited to 'usr/local/www/system_gateways.php')
-rwxr-xr-xusr/local/www/system_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index 3e7640e..7255c5d 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -43,7 +43,7 @@ require("guiconfig.inc");
$a_gateways = return_gateways_array();
$a_gateways_arr = array();
foreach($a_gateways as $gw) {
- a_gateways_arr[] = $gw;
+ $a_gateways_arr[] = $gw;
}
$a_gateways = $a_gateways_arr;
$changedesc = "Gateways: ";
OpenPOWER on IntegriCloud