Commit cd9190ed authored by Ad Schellevis's avatar Ad Schellevis

(ids) fix html info action

parent 39100ebc
......@@ -141,6 +141,8 @@ 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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment