mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 09:49:16 +02:00
settings are now saved
This commit is contained in:
parent
1850f10ded
commit
249007884e
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue