mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !464 from hongfs/hongfs-1
commit
884b394cd8
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue