This commit is contained in:
icret
2021-11-12 22:17:05 +08:00
parent a38fca1eb2
commit 6aac1f6838
18 changed files with 405 additions and 361 deletions

View File

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