Diagnostics: Cleanup this->sessionClose

This commit is contained in:
Monviech 2024-10-14 13:25:30 +00:00 committed by Monviech
parent 7f2f810480
commit 8cc1792cb1

View File

@ -51,7 +51,6 @@ class LogController extends ApiControllerBase
$validFrom = $this->request->get('validFrom', null, '0');
$backend = new Backend();
$this->sessionClose();
if ($this->request->isPost() && substr($name, -6) == 'Action') {
if ($action == "clear") {
$backend->configdpRun("system clear log", array($module, $scope));