diff --git a/lam/config/conflogin.php b/lam/config/conflogin.php index 670d6a77..141d2145 100644 --- a/lam/config/conflogin.php +++ b/lam/config/conflogin.php @@ -34,7 +34,7 @@ session_start(); -




+




diff --git a/lam/config/confmain.php b/lam/config/confmain.php index 5ea9b380..745bb34b 100644 --- a/lam/config/confmain.php +++ b/lam/config/confmain.php @@ -47,7 +47,7 @@ echo ("\n"); echo ("" . _("LDAP Account Manager Configuration") . "\n"); echo ("\n"); echo ("\n"); -echo ("




\n"); +echo ("




\n"); echo ("\n"); echo ("

"); echo ("\n"); diff --git a/lam/config/confsave.php b/lam/config/confsave.php index 79515d11..747f46f8 100644 --- a/lam/config/confsave.php +++ b/lam/config/confsave.php @@ -36,6 +36,8 @@ if ($passwd != $conf->get_Passwd()) { exit; } +echo ("




"); + // check new preferences if (chop($host) == "") { echo _("" . _("Hostname is empty!") . ""); @@ -108,9 +110,6 @@ $conf->set_maxMachine($maxMach); $conf->set_defaultShell($defShell); $conf->set_shellList($shellList); -echo ("




"); - - // check if password was changed if ($pass1 != $pass2) { echo _("" . _("Passwords are different!") . "");

" . _("Hostname") . ":

get_Host() . "\">