fix: [removed R rated debug call]

- oops
pull/9140/head
iglocska 2023-06-06 11:14:32 +02:00
parent c2ca52e83b
commit f7232ed842
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ class TaxiiServer extends AppModel
if (!empty($options['TaxiiServer']['api_key'])) {
$request['header']['Authorization'] = 'basic ' . $options['TaxiiServer']['api_key'];
}
file_put_contents('/var/www/MISP2/app/tmp/fuck.txt', $request['header']['Authorization']);
try {
if (!empty($options['type']) && $options['type'] === 'post') {
$response = $HttpSocket->post($url, json_encode($options['body']), $request);