Pre Merge pull request !464 from hongfs/hongfs-1

pull/464/MERGE
hongfs 2024-04-24 11:34:24 +00:00 committed by Gitee
commit 884b394cd8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 5 additions and 0 deletions

View File

@ -221,6 +221,11 @@ class Config extends Model
CONF_PATH . 'extra' . DS . 'site.php',
'<?php' . "\n\nreturn " . var_export($config, true) . ";\n"
);
if(function_exists('opcache_reset')) {
opcache_reset();
}
return true;
}