mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 19:41:44 +08:00
Update Runtime.php
This commit is contained in:
parent
8eb0af3a69
commit
4eeda21abc
@ -59,7 +59,7 @@ class Runtime extends Controller
|
||||
if (AdminService::instance()->isSuper()) try {
|
||||
AdminService::instance()->clearCache();
|
||||
SystemService::instance()->clearRuntime();
|
||||
sysoplog('系统运维管理', '清理日志及缓存数据');
|
||||
sysoplog('系统运维管理', '清理网站日志及缓存数据');
|
||||
$this->success('清空缓存日志成功!', 'javascript:location.reload()');
|
||||
} catch (HttpResponseException $exception) {
|
||||
throw $exception;
|
||||
|
Loading…
x
Reference in New Issue
Block a user