mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
fix warning staffpanel part
This commit is contained in:
@@ -61,7 +61,7 @@ if (get_user_class() >= UC_ADMINISTRATOR) {
|
||||
print("<tr><td colspan=10 align=right><input type=\"submit\" name=\"submit\" value=\"Apply Changes\"></td></tr>\n");
|
||||
print("<input type=\"hidden\" name=\"nowarned\" value=\"nowarned\"></form></table>\n");
|
||||
}
|
||||
print("<p>$pagemenu<br>$browsemenu</p>");
|
||||
print("<p>" . ($pagemenu ?? '') . "<br>" . ($browsemenu ?? '') . "</p>");
|
||||
|
||||
die;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user