2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-06 21:08:41 +08:00

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

This commit is contained in:
耗子
2022-12-09 01:24:37 +08:00
parent 7a01ee6f45
commit d4de5c6697
7 changed files with 73 additions and 35 deletions

View File

@@ -203,7 +203,7 @@ class CronsController extends Controller
$data['code'] = 0;
$data['msg'] = 'success';
$data['data'] = $log;
$data['data'] = htmlspecialchars($log);
return response()->json($data);
}
}