summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2021-07-07 15:46:57 +0100
committerDavid T. Sadler <davidtsadler@googlemail.com>2021-07-07 15:46:57 +0100
commit7656c1f90cd8ef2bc6f5bd3d26a583128dd749c7 (patch)
tree9ce390fd220bcbcc6301cc15cea5b66e6b962b73 /includes
parent0a3a8ca0ba903aa12face3c4b7273d4da288172a (diff)
Add email_bookmarks script
Diffstat (limited to 'includes')
-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();
}