summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-09 04:30:04 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-09 04:30:04 +0000
commitcaa72e06ad381f087b773c7fb7d7a0faa10e0ded (patch)
tree6822eed06e66a5977eb0a2d7482c5e21e5d5b0fa /etc/inc
parent8d83779e834f02d98b3423f63995382aacb9634e (diff)
downloadpfsense-caa72e06ad381f087b773c7fb7d7a0faa10e0ded.zip
pfsense-caa72e06ad381f087b773c7fb7d7a0faa10e0ded.tar.gz
Missing;
Pointy-hat-to: GeekGod
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/pfsense-utils.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 67880a7..f4af4ed 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -1192,7 +1192,7 @@ function reload_interfaces() {
function sync_webgui_passwords() {
global $config;
conf_mount_rw();
- $crypted_pw = $config['system']['password']
+ $crypted_pw = $config['system']['password'];
/* sync root */
$fd = popen("/usr/sbin/pw usermod -n root -H 0", "w");
fwrite($fd, $crypted_pw);
OpenPOWER on IntegriCloud