mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 13:28:41 +00:00
refactor: msg page with bs5
This commit is contained in:
parent
c967357e01
commit
a8233f1cb6
@ -58,9 +58,13 @@ function redirectToLogin() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
function becomeMsgPage($msg, $title = '消息') {
|
function becomeMsgPage($msg, $title = '消息') {
|
||||||
|
global $REQUIRE_LIB;
|
||||||
|
|
||||||
if (UOJContext::isAjax()) {
|
if (UOJContext::isAjax()) {
|
||||||
die($msg);
|
die($msg);
|
||||||
} else {
|
} else {
|
||||||
|
$REQUIRE_LIB['bootstrap5'] = '';
|
||||||
|
|
||||||
echoUOJPageHeader($title);
|
echoUOJPageHeader($title);
|
||||||
echo $msg;
|
echo $msg;
|
||||||
echoUOJPageFooter();
|
echoUOJPageFooter();
|
||||||
|
Loading…
Reference in New Issue
Block a user