Update Plugs.php

This commit is contained in:
Anyon 2020-11-26 14:52:34 +08:00
parent 18483a4b9b
commit 4e5d59c198

View File

@ -134,7 +134,7 @@ class Plugs extends Controller
if (AdminService::instance()->isSuper()) try {
AdminService::instance()->clearCache();
SystemService::instance()->pushRuntime();
sysoplog('系统运维管理', '网站发布缓存加速');
sysoplog('系统运维管理', '网站缓存加速成功');
$this->success('网站缓存加速成功!');
} catch (HttpResponseException $exception) {
throw $exception;