From 30f8925fd2301b582dcd13f3980aada1f02ddce0 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Sun, 30 Mar 2008 03:58:05 +0000 Subject: [PATCH] switched headers in api.php --- api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.php b/api.php index a582604..2ba2f7a 100644 --- a/api.php +++ b/api.php @@ -19,7 +19,7 @@ require "config.php"; -header("Content-type: application/xml"); +header("Content-type: text/xml"); function return_data($method, $data) { global $dom; -- 2.11.4.GIT