Browse Source

settings are now saved

master
Roland Gruber 20 years ago
parent
commit
249007884e
  1. 1
      lam/config/confsave.php

1
lam/config/confsave.php

@ -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…
Cancel
Save