summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-03 20:44:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-03 20:44:23 +0000
commit8bb295317ffa5049c65bca32807ac7da134fbfeb (patch)
treee2b95bcef7c34f5a57cb8fc1a56134e819357e25 /usr/local/www/interfaces.php
parent2901afebfdf54e98efd1dbb7c89aa5be978696a2 (diff)
downloadpfsense-8bb295317ffa5049c65bca32807ac7da134fbfeb.zip
pfsense-8bb295317ffa5049c65bca32807ac7da134fbfeb.tar.gz
make a copy of $optcfg since the wireless code depenes on $optcfg
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 303b96e..a338a88 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -33,6 +33,7 @@
require("guiconfig.inc");
$wancfg = &$config['interfaces']['wan'];
+$optcfg = &$config['interfaces']['wan'];
$pconfig['username'] = $config['pppoe']['username'];
$pconfig['password'] = $config['pppoe']['password'];
OpenPOWER on IntegriCloud