更新冲突

This commit is contained in:
yaooo 2023-12-08 15:38:48 +08:00
commit f3590d0186
2 changed files with 2 additions and 4 deletions

3
.gitignore vendored
View File

@ -8,4 +8,5 @@
!/public/uploads/index.html
/runtime/*
!/runtime/index.html
/config/install.lock
/config/install.lock
/public/nginx.htaccess

View File

@ -31,9 +31,6 @@ class OperationLog
if (strtolower(str_replace('.', '\\', $request->controller())) === 'setting\system\log') {
return;
}
if (strtolower(str_replace('.', '\\', $request->controller())) === 'auth\menu') {
return;
}
//获取操作注解
$notes = '';