mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
Firewall: Cleanup this->sessionClose
This commit is contained in:
parent
3d0f228509
commit
47eb71fa54
@ -42,7 +42,6 @@ class FilterUtilController extends ApiControllerBase
|
||||
*/
|
||||
public function ruleStatsAction()
|
||||
{
|
||||
$this->sessionClose();
|
||||
$result = json_decode((new Backend())->configdRun("filter rule stats"), true);
|
||||
if ($result !== null) {
|
||||
return ["status" => "ok", "stats" => $result];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user