mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix announce for directory change
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ print("<div align=\"right\">".$lang_login['text_select_lang']. $s . "</div>");
|
||||
unset($returnto);
|
||||
if (!empty($_GET["returnto"])) {
|
||||
$returnto = $_GET["returnto"];
|
||||
if (!$_GET["nowarn"]) {
|
||||
if (empty($_GET["nowarn"])) {
|
||||
print("<h1>" . $lang_login['h1_not_logged_in']. "</h1>\n");
|
||||
print("<p><b>" . $lang_login['p_error']. "</b> " . $lang_login['p_after_logged_in']. "</p>\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user