- install: remove configuration of dao cache in my.php.

This commit is contained in:
liugang
2024-05-23 10:19:26 +08:00
parent 87d1708583
commit dc3c7eaa12
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -35,8 +35,6 @@ $configContent = <<<EOT
\$config->db->prefix = '{$myConfig['dbPrefix']}';
\$config->webRoot = getWebRoot();
\$config->default->lang = '{$myConfig['defaultLang']}';
\$config->cache->dao->enable = true;
EOT;
if($customSession) $configContent .= "\n\$config->customSession = true;";
-2
View File
@@ -337,8 +337,6 @@ class installZen extends install
\$config->webRoot = getWebRoot();
\$config->default->lang = getenv('ZT_DEFAULT_LANG');
\$config->cache->dao->enable = true;
\$hasSlaveDB = (string)getenv('ENABLE_DB_SLAVE');
if(\$hasSlaveDB && \$hasSlaveDB != 'false')
{