summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-21 22:09:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-21 22:09:24 +0000
commitc1c2b58ddfe2beb386f2b7f07d6c542d81f6055a (patch)
treeb92d9b227242dc4ccf10daaab2f0a2a1e4983559 /usr/local/www/system.php
parenta9808a3825d7ca3c79f242a253fe33c7860d6a87 (diff)
downloadpfsense-c1c2b58ddfe2beb386f2b7f07d6c542d81f6055a.zip
pfsense-c1c2b58ddfe2beb386f2b7f07d6c542d81f6055a.tar.gz
Move sync passwords earlier up
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 95ab996..01575bc 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -170,8 +170,6 @@ if ($_POST) {
$retval |= services_dnsmasq_configure();
$retval |= system_timezone_configure();
$retval |= system_ntp_configure();
-
- sync_webgui_passwords();
if ($olddnsallowoverride != $config['system']['dnsallowoverride'])
$retval |= interfaces_wan_configure();
OpenPOWER on IntegriCloud