You've already forked EasyImages2.0
mirror of
https://github.com/icret/EasyImages2.0.git
synced 2025-12-13 11:43:58 +08:00
版本更新
This commit is contained in:
4
index.php
Normal file → Executable file
4
index.php
Normal file → Executable file
@@ -2,7 +2,7 @@
|
||||
require_once 'libs/header.php';
|
||||
|
||||
// 公告
|
||||
if (isset($config['tips'])) {
|
||||
if (!empty($config['tips'])) {
|
||||
echo '<ul style="list-style: none;margin:1px 1px 30px 1px;"><li class="icon icon-bullhorn text-muted"> ' . $config['tips'] . '</li></ul>';
|
||||
}
|
||||
// 检查登录
|
||||
@@ -27,7 +27,7 @@ mustLogin();
|
||||
<i class="icon icon-pause"></i>暂停上传</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-8 col-md-offset-2">
|
||||
<div class="col-md-10 col-md-offset-1">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active">
|
||||
<a href="#" data-target="#tab2Content1" data-toggle="tab">直链</a>
|
||||
|
||||
Reference in New Issue
Block a user