settings are now saved

This commit is contained in:
Roland Gruber 2003-03-01 16:57:54 +00:00
parent 1850f10ded
commit 249007884e
1 changed files with 1 additions and 0 deletions

View File

@ -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();
?>