summaryrefslogtreecommitdiff
path: root/trackback.php
diff options
context:
space:
mode:
Diffstat (limited to 'trackback.php')
-rw-r--r--trackback.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/trackback.php b/trackback.php
index 6d2d826b..6e4ee982 100644
--- a/trackback.php
+++ b/trackback.php
@@ -12,6 +12,7 @@ require_once('DatabaseFunctions.php');
*
*/
function XMLsuccess() {
+ header("Content-Type: application/xml; charset=utf-8");
echo "
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<response>
@@ -23,6 +24,7 @@ function XMLsuccess() {
function XMLerror($err = "Invalid request.") {
header("HTTP/1.0 400 Bad Request");
+ header("Content-Type: application/xml; charset=utf-8");
echo "
<?xml version=\"1.0\" encoding=\"utf-8\"?>
<response>