summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2008-11-13 17:24:05 +0000
committerSeth Mos <seth.mos@xs4all.nl>2008-11-13 17:24:05 +0000
commit8c30876c29f08c264cc3463a2b203df792fa697e (patch)
treeeb778c6e96a5d91d9c859e5b11773b1c84718a44 /usr
parent5b48d1299837790ce0a9b68586cc594256d69b17 (diff)
downloadpfsense-8c30876c29f08c264cc3463a2b203df792fa697e.zip
pfsense-8c30876c29f08c264cc3463a2b203df792fa697e.tar.gz
Show automatically added gateways as being configurable.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_gateways.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr/local/www/system_gateways.php b/usr/local/www/system_gateways.php
index 10959f3..976a9e9 100755
--- a/usr/local/www/system_gateways.php
+++ b/usr/local/www/system_gateways.php
@@ -39,10 +39,7 @@
require("guiconfig.inc");
-if (!is_array($config['gateways']['gateway_item']))
- $config['gateways']['gateway_item'] = array();
-
-$a_gateways = &$config['gateways']['gateway_item'];
+$a_gateways = return_gateways_array();
$changedesc = "Gateways: ";
if ($_POST) {
OpenPOWER on IntegriCloud