Revert "* Rename cache configuration item."

This reverts commit 7c826e1c3d.
This commit is contained in:
liugang
2024-05-23 09:19:10 +08:00
parent eae82d9f0f
commit 9f3fcbfcc4
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1064,7 +1064,7 @@ class baseControl
*/
public function setResponseHeader()
{
if($this->config->cache->enableClient && $this->app->useClientCache)
if($this->config->cache->client->enable && $this->app->useClientCache)
{
helper::setStatus(304);
helper::end();