]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - modules/private/websites/tools/tools/dmarc_reports/api.php
Small adjustments for naemon and web server
[perso/Immae/Config/Nix.git] / modules / private / websites / tools / tools / dmarc_reports / api.php
index 5d4657edf17cdbaa4e5a7b2cc447b7f3ea92c6d2..850f9ce4994d7a24908ff8947abf757ffab7694c 100644 (file)
@@ -116,5 +116,7 @@ if (!isset($_GET['serial'])) {
   }
 }
 
+header("Content-Type: application/json");
+
 echo json_encode($response, JSON_PRETTY_PRINT);
 ?>