mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 13:42:04 +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::htmlStartPage($heading, "password");
|
||||||
UI::globalBanner();
|
UI::globalBanner();
|
||||||
UI::pageNavigation($heading);
|
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();
|
UI::htmlEndPage();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user