From 8830e86be66eb50ef203b5ed41554b4c0b6764b7 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 16 Dec 2022 09:00:30 +0800 Subject: [PATCH] fix gm wwwcache-intl --- application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config/config.php b/application/config/config.php index c87d7b8e..73b19f4c 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -423,7 +423,7 @@ $config['site'] = array( //静态文件生成路径 $config['cache']['jp']['cache_path'] = 'D:\wwwcache-intl\arachina.com'; -$config['cache']['gm']['cache_path'] = 'D:\wwwcache-intl\chinarundreisen.com'; +$config['cache']['gm']['cache_path'] = 'D:\wwwcache\chinarundreisen.com'; $config['cache']['vc']['cache_path'] = 'D:\wwwcache-intl\voyageschine.com'; $config['cache']['vac']['cache_path'] = 'D:\wwwcache-intl\viaje-a-china.com'; $config['cache']['ru']['cache_path'] = 'D:\wwwcache-intl\chinahighlights.ru';