mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 16:14:40 +00:00
(ids) remove disableOutputCleansing
This commit is contained in:
parent
bd51937aa8
commit
8902faf97b
@ -146,8 +146,6 @@ class SettingsController extends ApiControllerBase
|
||||
*/
|
||||
public function getRuleInfoAction($sid)
|
||||
{
|
||||
// disable output cleansing, this method delivers html formatted output.
|
||||
$this->disableOutputCleansing();
|
||||
// request list of installed rules
|
||||
$backend = new Backend();
|
||||
$response = $backend->configdpRun("ids query rules", array(1, 0,'sid/'.$sid));
|
||||
@ -225,8 +223,6 @@ class SettingsController extends ApiControllerBase
|
||||
*/
|
||||
private function listInstallableRules()
|
||||
{
|
||||
// disable output cleansing, almost all data is preset in static xmls, the rest is strictly validated
|
||||
$this->disableOutputCleansing();
|
||||
$result = array();
|
||||
$backend = new Backend();
|
||||
$response = $backend->configdRun("ids list installablerulesets");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user