From aebb5d173f74dfbe2cc19ffaed811c69e34bdc13 Mon Sep 17 00:00:00 2001 From: icret Date: Tue, 3 May 2022 17:43:24 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=8E=E5=8F=B0=E6=97=A0?= =?UTF-8?q?=E6=B3=95=E9=A2=84=E8=A7=88=E5=9B=BE=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/admin.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/admin.inc.php b/admin/admin.inc.php index bec0c3d..1cf823b 100755 --- a/admin/admin.inc.php +++ b/admin/admin.inc.php @@ -679,7 +679,7 @@ if (isset($_GET['recycle_reimg'])) { $file_path = $config['path'] . 'suspic/' . $cache_file[$i]; // 相对路径 $file_size = getDistUsed(filesize($file_cache_path)); // 大小 $filen_name = $cache_file[$i]; // 名称 - $url = rand_imgurl() . $config['path'] . 'suspic/' . $cache_file[$i]; // 网络连接 + $url = $config['domain'] . $config['path'] . 'suspic/' . $cache_file[$i]; // 网络连接 $unlink_img = $config['domain'] . '/application/del.php?url=' . $file_path; // 删除连接 ?> @@ -977,7 +977,7 @@ if (isset($_GET['recycle_reimg'])) { $file_path = $config['path'] . 'recycle/' . $cache_file[$i]; // 相对路径 $file_size = getDistUsed(filesize($file_cache_path)); // 大小 $filen_name = $cache_file[$i]; // 名称 - $url = rand_imgurl() . $config['path'] . 'recycle/' . $cache_file[$i]; // 网络连接 + $url = $config['domain'] . $config['path'] . 'recycle/' . $cache_file[$i]; // 网络连接 $unlink_img = $config['domain'] . '/application/del.php?url=' . $file_path; // 删除连接 ?>