Remove doc files and change code indent

This commit is contained in:
Guillaume COEUGNET
2016-06-06 11:49:50 +02:00
parent 6c8a75a5f7
commit 0b0881ae94
3 changed files with 8 additions and 8 deletions

View File

@@ -28,7 +28,7 @@ if (is_numeric($alert_id) && $alert_id > 0) {
'severity' => $rule['severity'],
'extra' => $rule['extra'],
'name' => $rule['name'],
'proc' => $rule['proc'],
'proc' => $rule['proc'],
'rules' => $rule_split,
);
header('Content-type: application/json');