mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-09-02 21:41:36 +08:00
日志和缓存默认路径改变
This commit is contained in:
@@ -28,7 +28,7 @@ return array(
|
||||
'Think\Cookie' => CORE_PATH.'Cookie.php',
|
||||
'Think\Controller' => CORE_PATH.'Controller.php',
|
||||
'Think\View' => CORE_PATH.'View.php',
|
||||
'Think\Url' => CORE_PATH.'url.php',
|
||||
'Think\Url' => CORE_PATH.'Url.php',
|
||||
'Think\Verify' => CORE_PATH.'Verify.php',
|
||||
'Think\Debug' => CORE_PATH.'Debug.php',
|
||||
'Think\Input' => CORE_PATH.'Input.php',
|
||||
|
||||
Reference in New Issue
Block a user