- install: remove configuration of dao cache in my.php.
This commit is contained in:
@@ -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;";
|
||||
|
||||
|
||||
@@ -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')
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user