settings are now saved
This commit is contained in:
parent
1850f10ded
commit
249007884e
|
@ -67,6 +67,7 @@ if ($pass1 != "") {
|
|||
echo ("<b>" . _("Password changed!") . "</b><br><br>");
|
||||
}
|
||||
// save settings
|
||||
$conf->save();
|
||||
echo ("<b>" . _("Saving the following settings:") . "</b><br><br>");
|
||||
$conf->printconf();
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue