From 1a56bee3f3d412e6f02faab6ff45595fedb42652 Mon Sep 17 00:00:00 2001 From: thinkphp Date: Wed, 9 Mar 2016 17:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9File=E7=BC=93=E5=AD=98?= =?UTF-8?q?=E9=A9=B1=E5=8A=A8=20=E9=BB=98=E8=AE=A4path=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=B8=BA=20CACHE=5FPATH?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/think/cache/driver/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/think/cache/driver/File.php b/library/think/cache/driver/File.php index 68f38a0c..fddd9df0 100644 --- a/library/think/cache/driver/File.php +++ b/library/think/cache/driver/File.php @@ -26,7 +26,7 @@ class File 'path_level' => 1, 'prefix' => '', 'length' => 0, - 'path' => LOG_PATH, + 'path' => CACHE_PATH, 'data_compress' => false, ];