fix header
parent
1751f772cc
commit
11c8ee4f0b
|
@ -51,7 +51,7 @@
|
||||||
9. 出现`upload File size exceeds the maximum value` 调整`PHP`上传大小
|
9. 出现`upload File size exceeds the maximum value` 调整`PHP`上传大小
|
||||||
10. 出现`Warning: is_dir(): open_basedir restriction in effect`解决方法同`3`
|
10. 出现`Warning: is_dir(): open_basedir restriction in effect`解决方法同`3`
|
||||||
11. 出现`Fatal error: Allowed memory size......`主机内存或分配给PHP的内存不够 解决方法百度
|
11. 出现`Fatal error: Allowed memory size......`主机内存或分配给PHP的内存不够 解决方法百度
|
||||||
12. 不出验证码: 权限问题见问题1/CDN缓存了/开防火墙了
|
12. 不出验证码: 权限问题见问题1 CDN缓存了/开防火墙了
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
|
|
|
@ -573,8 +573,8 @@ if (isset($_GET['reimg'])) {
|
||||||
<td>' . $file_size . '</td>
|
<td>' . $file_size . '</td>
|
||||||
<td>
|
<td>
|
||||||
<a class="btn btn-mini" href="' . $url . '" target="_blank">新窗口</a>
|
<a class="btn btn-mini" href="' . $url . '" target="_blank">新窗口</a>
|
||||||
<a class="btn btn-mini btn-danger" href="' . $unlink_img . '" target="_blank">删除</a>
|
|
||||||
<a class="btn btn-mini btn-success" href="?reimg=' . $filen_name . '">恢复</a>
|
<a class="btn btn-mini btn-success" href="?reimg=' . $filen_name . '">恢复</a>
|
||||||
|
<a class="btn btn-mini btn-danger" href="' . $unlink_img . '" target="_blank">删除</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
';
|
';
|
||||||
|
|
|
@ -23,8 +23,8 @@
|
||||||
<p>
|
<p>
|
||||||
© 2018-<?php echo date("Y"); ?>
|
© 2018-<?php echo date("Y"); ?>
|
||||||
<a href="https://png.cm/" target="_blank"> EasyImage</a>
|
<a href="https://png.cm/" target="_blank"> EasyImage</a>
|
||||||
<a href="https://github.com/icret/EasyImages2.0" target="_blank" rel="nofollow"><?php echo $config['version']; ?></a>
|
<a href="https://github.com/icret/EasyImages2.0" target="_blank" rel="nofollow"><?php echo $config['version']; ?></a> By
|
||||||
<a href="https://blog.png.cm" target="_blank"> By Icret</a>
|
<a href="https://blog.png.cm" target="_blank">Icret</a>
|
||||||
<a href="/admin/terms.php" target="_blank"> DMCA</a>
|
<a href="/admin/terms.php" target="_blank"> DMCA</a>
|
||||||
<!-- 二维码对话框触发按钮 -->
|
<!-- 二维码对话框触发按钮 -->
|
||||||
<a href="#" data-position="center" data-moveable="inside" data-moveable="true" data-toggle="modal" data-target="#myModal" title="使用手机扫描二维码访问"><i class="icon icon-qrcode hidden-xs inline-block"></i></a>
|
<a href="#" data-position="center" data-moveable="inside" data-moveable="true" data-toggle="modal" data-target="#myModal" title="使用手机扫描二维码访问"><i class="icon icon-qrcode hidden-xs inline-block"></i></a>
|
||||||
|
|
|
@ -353,7 +353,7 @@ function getActive($url)
|
||||||
{
|
{
|
||||||
$arr = $_SERVER['SCRIPT_NAME'];
|
$arr = $_SERVER['SCRIPT_NAME'];
|
||||||
if (strpos($arr, $url)) {
|
if (strpos($arr, $url)) {
|
||||||
return 'class="active;"';
|
return 'class="active"';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue