From 4eeda21abc757b4b52ee2d892fd5fa75376ecf85 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 18 Apr 2022 17:44:52 +0800 Subject: [PATCH] Update Runtime.php --- app/admin/controller/api/Runtime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/controller/api/Runtime.php b/app/admin/controller/api/Runtime.php index cbc025554..e17149bf7 100644 --- a/app/admin/controller/api/Runtime.php +++ b/app/admin/controller/api/Runtime.php @@ -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;