From 56cf181551bc23dbbd2f96bc5055746728b34fb3 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 26 Apr 2024 10:13:42 +0800 Subject: [PATCH] fix cache path --- 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 897a4e5e..2c1ee505 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -436,7 +436,7 @@ $config['cache']['ru']['cache_path'] = 'D:\wwwcache-intl\chinahighlights.ru'; $config['cache']['it']['cache_path'] = 'D:\wwwcache-intl\viaggio-in-cina.it'; $config['cache']['gh_jp']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.jp'; -$config['cache']['gh_gm']['cache_path'] = 'D:\wwwcache-gm\globalhighlights.de'; +$config['cache']['gh_gm']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.de'; $config['cache']['gh_vc']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.fr'; $config['cache']['gh_vac']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.es'; $config['cache']['gh_ru']['cache_path'] = 'D:\wwwcache-intl\globalhighlights.ru';