mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 08:34:39 +00:00
(ids) remove unused variable
This commit is contained in:
parent
928d169c9f
commit
551886512a
@ -219,7 +219,7 @@ class ServiceController extends ApiControllerBase
|
||||
// flush rule configuration
|
||||
$bckresult = trim($backend->configdRun("template reload OPNsense.IDS"));
|
||||
if ($bckresult == "OK") {
|
||||
$status = $backend->configdRun("ids reload", $detach);
|
||||
$status = $backend->configdRun("ids reload");
|
||||
} else {
|
||||
$status = "template error";
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user