added link to turn back to login page
This commit is contained in:
parent
2a279c9e07
commit
407f204c81
|
@ -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>");
|
||||
|
||||
?>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue