added link to turn back to login page

This commit is contained in:
Roland Gruber 2003-03-23 18:52:53 +00:00
parent 2a279c9e07
commit 407f204c81
2 changed files with 2 additions and 0 deletions

View File

@ -139,5 +139,6 @@ if ($pass1 != "") {
$conf->save();
echo ("<b>" . _("Saving the following settings:") . "</b><br><br>");
$conf->printconf();
echo ("<br><br><br><br><br><a href=\"../templates/login.php\" target=\"_top\">" . _("Back to Login") . "</a>");
?>

View File

@ -42,5 +42,6 @@ session_destroy();
<body>
<p align="center"><a href="http://lam.sf.net" target="new_window"><img src="../graphics/banner.jpg" border=1></a></p><hr><br>
<p align="center"><big><? echo ("You have been logged off from LDAP Account Manager."); ?></big></p>
<br><br><br><br><br><a href="../templates/login.php" target="_top"> <? echo _("Back to Login") ?> </a>
</body>
</html>