mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
- fixed to login page
This commit is contained in:
parent
df9b706be5
commit
bbcfb77f5b
|
@ -32,7 +32,7 @@ function _printMessage($heading, $message) {
|
|||
UI::htmlStartPage($heading, "password");
|
||||
UI::globalBanner();
|
||||
UI::pageNavigation($heading);
|
||||
UI::contentContainer($message."<p><a href=\"out/out.Login.php\">" . getMLText("login") . "</a></p>\n");
|
||||
UI::contentContainer($message."<p><a href=\"../out/out.Login.php\">" . getMLText("login") . "</a></p>\n");
|
||||
UI::htmlEndPage();
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user