mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
增加日志类型
This commit is contained in:
parent
61ecdd9aaa
commit
64bcd77590
@ -89,6 +89,7 @@ class Oplog extends Controller
|
|||||||
sysconf($name, $value);
|
sysconf($name, $value);
|
||||||
}
|
}
|
||||||
$GLOBALS['oplogs'] = [];
|
$GLOBALS['oplogs'] = [];
|
||||||
|
sysoplog('系统运维管理', '修改系统日志行为配置');
|
||||||
$this->success('日志配置成功!');
|
$this->success('日志配置成功!');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -101,6 +102,7 @@ class Oplog extends Controller
|
|||||||
public function clear()
|
public function clear()
|
||||||
{
|
{
|
||||||
if ($this->app->db->name($this->table)->whereRaw('1=1')->delete() !== false) {
|
if ($this->app->db->name($this->table)->whereRaw('1=1')->delete() !== false) {
|
||||||
|
sysoplog('系统运维管理', '成功清理所有日志数据');
|
||||||
$this->success('日志清理成功!');
|
$this->success('日志清理成功!');
|
||||||
} else {
|
} else {
|
||||||
$this->error('日志清理失败,请稍候再试!');
|
$this->error('日志清理失败,请稍候再试!');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user