summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
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