mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
mail/postfix: remove sessionClose()
This commit is contained in:
parent
ee4ccb371d
commit
b5ea231c9c
1 changed files with 0 additions and 3 deletions
|
|
@ -64,9 +64,6 @@ class ServiceController extends ApiMutableServiceControllerBase
|
|||
public function reconfigureAction()
|
||||
{
|
||||
if ($this->request->isPost()) {
|
||||
// close session for long running action
|
||||
$this->sessionClose();
|
||||
|
||||
$mdlGeneral = new General();
|
||||
$backend = new Backend();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue