summaryrefslogtreecommitdiff
path: root/includes/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/functions.php')
-rw-r--r--includes/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions.php b/includes/functions.php
index b5208e6..0118807 100644
--- a/includes/functions.php
+++ b/includes/functions.php
@@ -8,7 +8,7 @@ function respondAndExit(int $responseCode, string $header, array $headers = []):
header($header);
}
- header('Content-type: text/plain; charset=UTF-8');
+ header('Content-Type: text/plain; charset=UTF-8');
exit();
}