From 8b1a5d01c767bbef168d6fb5d92f5be5cd68a631 Mon Sep 17 00:00:00 2001 From: Jimmy Liow Date: Tue, 21 May 2024 09:52:47 +0800 Subject: [PATCH] =?UTF-8?q?image=20=E7=9B=AE=E5=BD=95=E7=BB=9F=E4=B8=80?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=20chinahighlights?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/information.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/information.php b/application/controllers/information.php index 55a90a91..30fb737f 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2404,7 +2404,7 @@ class Information extends CI_Controller // 设置图片尺寸 // 优化过图片目录:D:\wwwroot\origin-images.chinahighlights.com\optimize\ $www_local_path = 'D:/wwwroot/origin-www.asiahighlights.com'; - $image_local_path = 'D:/wwwroot/origin-images.asiahighlights.com/optimize'; + $image_local_path = 'D:/wwwroot/origin-images.chinahighlights.com/optimize'; if (is_dir($www_local_path) && is_dir($image_local_path)) { $template = $this->html_optimize_lib->set_image_size_local($template, $www_local_path, $image_local_path); } else {