mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
Core: Cleanup this->sessionClose
This commit is contained in:
parent
df598ee678
commit
3f7da0af85
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user