This commit is contained in:
icret
2021-07-25 13:06:48 +08:00
parent 38e5fbcbd6
commit 21b1c15292
3 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ require_once 'libs/header.php';
// 公告
if (isset($config['tips'])) {
echo '<ul style="list-style: none;margin:1px 1px 30px 1px;"><li class="icon icon-dot-circle text-muted"> ' . $config['tips'] . '</li></ul>';
echo '<ul style="list-style: none;margin:1px 1px 30px 1px;"><li class="icon icon-bullhorn text-muted"> ' . $config['tips'] . '</li></ul>';
}
// 检查登录
mustLogin();