summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-09 11:08:02 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-09 11:08:02 +0000
commit69e5a8be8dd049725b4df12aed425300a2a041e8 (patch)
treeb71bd2aa7346c346b8f92dc6fb927195926a3269 /usr/local/www/system.php
parente1bce2c5d715c97e5f57e880c1543fc239aadf45 (diff)
downloadpfsense-69e5a8be8dd049725b4df12aed425300a2a041e8.zip
pfsense-69e5a8be8dd049725b4df12aed425300a2a041e8.tar.gz
Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 5ed8065..3771357 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -180,8 +180,9 @@ if ($_POST) {
$retval |= system_timezone_configure();
$retval |= system_ntp_configure();
+ /* XXX: ermal -- What is this supposed to do?! */
if ($olddnsallowoverride != $config['system']['dnsallowoverride'])
- $retval |= interfaces_wan_configure();
+ $retval |= interface_configure();
config_unlock();
OpenPOWER on IntegriCloud