aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/tools/tools/dmarc_reports/api.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/private/websites/tools/tools/dmarc_reports/api.php')
-rw-r--r--modules/private/websites/tools/tools/dmarc_reports/api.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/private/websites/tools/tools/dmarc_reports/api.php b/modules/private/websites/tools/tools/dmarc_reports/api.php
index 5d4657e..850f9ce 100644
--- a/modules/private/websites/tools/tools/dmarc_reports/api.php
+++ b/modules/private/websites/tools/tools/dmarc_reports/api.php
@@ -116,5 +116,7 @@ if (!isset($_GET['serial'])) {
116 } 116 }
117} 117}
118 118
119header("Content-Type: application/json");
120
119echo json_encode($response, JSON_PRETTY_PRINT); 121echo json_encode($response, JSON_PRETTY_PRINT);
120?> 122?>