Core: Cleanup this->sessionClose

This commit is contained in:
Monviech 2024-10-14 13:11:04 +00:00 committed by Monviech
parent df598ee678
commit 3f7da0af85

View File

@ -63,8 +63,6 @@ class SystemController extends ApiControllerBase
public function statusAction()
{
$this->sessionClose();
$response = ["status" => "failed"];
$backend = new Backend();
@ -160,8 +158,6 @@ class SystemController extends ApiControllerBase
public function dismissStatusAction()
{
$this->sessionClose();
if ($this->request->isPost() && $this->request->hasPost("subject")) {
$acl = new ACL();
$backend = new Backend();