diff --git a/README.md b/README.md index 76e8a32..f5de16a 100755 --- a/README.md +++ b/README.md @@ -149,7 +149,11 @@ $HTTP["url"] =~ "^/(i|public)/" {
点击查看2.0版更新日志 -* 2022-04-02 v2.5.8 deving +* 2022-04-02 v2.5.9 deving +- 修复广场重复显示图片 +- 调整了广告的位置 + +* 2022-04-02 v2.5.8 - 修复在PHP8环境下的bugs - 修复删除token产生的bug - 更改顶部广告位置 diff --git a/admin/admin.inc.php b/admin/admin.inc.php index 03d63b9..4e13ec8 100755 --- a/admin/admin.inc.php +++ b/admin/admin.inc.php @@ -822,9 +822,9 @@ if (isset($_GET['recycle_reimg'])) {

剩余磁盘:

PHP信息

-

PHP:

-

PHP UP:

-

POST UP:

+

PHP Version:

+

PHP Max UP:

+

POST Max UP:

PHP Max Time:

PHP Max Memery:

GD:

@@ -845,7 +845,7 @@ if (isset($_GET['recycle_reimg'])) { Moderatecontent - ZUI + ZUI New diff --git a/application/footer.php b/application/footer.php index 735eb4f..df38383 100755 --- a/application/footer.php +++ b/application/footer.php @@ -1,9 +1,8 @@ +
@@ -149,4 +150,5 @@ if ($config['ad_top']) echo $config['ad_top_info']; document.title = "图片的详细信息 - "
    - $value) : + $value) { if ($key < $keyNum) { - $imgUrl = $config['imgurl'] . config_path($path) . $value; - } - ?> -
    -
    -
  • 简单图床-EasyImage
  • -
    - - - - - - - - + $imgUrl = $config['imgurl'] . config_path($path) . $value; ?> +
    +
    +
  • 简单图床-EasyImage
  • +
    + + + + + + + + +
    -
    - +
- +

@@ -335,4 +338,6 @@ if ($config['ad_top']) echo $config['ad_top_info']; // 更改网页标题 document.title = "图床广场 - 今日上传张 昨日张 - " -', - 'ad_top'=>0, + 'ad_top'=>1, 'ad_top_info'=>'
', - 'ad_bot'=>0, - 'ad_bot_info'=>'', + 'ad_bot'=>1, + 'ad_bot_info'=>'
+
+ 微信打赏 +
+
+ 支付宝打赏 +
+
', 'showSwitch'=>1, 'showSort'=>1, 'listNumber'=>20, @@ -104,7 +108,7 @@ var _hmt = _hmt || []; 'delDir'=>'thumbnails/', 'hide'=>0, 'version'=>'2.5.8', - 'update'=>'2022-04-08 21:14:14', + 'update'=>'2022-04-09 00:57:03', 'terms'=>'
diff --git a/index.php b/index.php index a32f066..b5ddab3 100755 --- a/index.php +++ b/index.php @@ -1,8 +1,8 @@
@@ -156,5 +156,9 @@ mustLogin(); });