mirror of https://github.com/MISP/MISP
fix: [cleanup] removed debug, fixes #3257
parent
c9f183187f
commit
3b2927a47f
|
@ -480,7 +480,6 @@ class EventShell extends AppShell
|
||||||
}
|
}
|
||||||
|
|
||||||
public function enrichment() {
|
public function enrichment() {
|
||||||
file_put_contents('/var/www/MISP4/app/tmp/test', "0");
|
|
||||||
if (empty($this->args[0]) || empty($this->args[1]) || empty($this->args[2])) {
|
if (empty($this->args[0]) || empty($this->args[1]) || empty($this->args[2])) {
|
||||||
die('Usage: ' . $this->Server->command_line_functions['enrichment'] . PHP_EOL);
|
die('Usage: ' . $this->Server->command_line_functions['enrichment'] . PHP_EOL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue