mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
Unbound: Cleanup this->sessionClose
This commit is contained in:
parent
e81fe6f604
commit
5165ac625b
@ -41,7 +41,6 @@ class ServiceController extends ApiMutableServiceControllerBase
|
||||
|
||||
public function dnsblAction()
|
||||
{
|
||||
$this->sessionClose();
|
||||
$backend = new Backend();
|
||||
$backend->configdRun('template reload ' . escapeshellarg(static::$internalServiceTemplate));
|
||||
$response = $backend->configdRun(static::$internalServiceName . ' dnsbl');
|
||||
@ -54,7 +53,6 @@ class ServiceController extends ApiMutableServiceControllerBase
|
||||
*/
|
||||
public function reconfigureGeneralAction()
|
||||
{
|
||||
$this->sessionClose();
|
||||
$backend = new Backend();
|
||||
$backend->configdRun('dns reload');
|
||||
$result = $this->reconfigureAction();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user