2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 14:57:16 +08:00

特性(全局):增强面板安全性

This commit is contained in:
2023-01-08 00:21:42 +08:00
parent d7e7cd1485
commit 861077bfee
3 changed files with 7 additions and 2 deletions

View File

@@ -3,6 +3,11 @@
所有重要的更改都将在此文件中记录。
## [20230108] - 常规更新
- 提升面板安全性
- 修复网站删除报错的Bug
## [20221222] - 常规更新
- 优化计划任务日志格式

View File

@@ -41,7 +41,7 @@ return [
|
*/
'debug' => true,
'debug' => false,
/*
|--------------------------------------------------------------------------

View File

@@ -1,6 +1,6 @@
<?php
return [
'name' => '耗子Linux面板',
'version' => '20221222',
'version' => '20230108',
'plugin_dir' => '/www/panel/plugins',
];