partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8a7dc0f8d02f1a588b6192719177fc967454a80c
parent 213c3bf83af4498c39ff73e23bcdedbbe2bf9d16
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 22 Sep 2011 03:33:53 +0200

Proper header commit now

Diffstat:
Msrc/de/RaumZeitLabor/PartKeepr/Service/ServiceManager.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/de/RaumZeitLabor/PartKeepr/Service/ServiceManager.php b/src/de/RaumZeitLabor/PartKeepr/Service/ServiceManager.php @@ -16,7 +16,7 @@ class ServiceManager { header("Content-Type: text/html; charset=UTF-8"); header("Cache-Control: no-cache, must-revalidate"); header("Access-Control-Allow-Origin: *"); - header("Access-Control-Allow-Headers: lang,call,service"); + header("Access-Control-Allow-Headers: lang,call,service,X-Requested-With,X-PartKeepr-Locale,X-PartKeepr-Name,X-PartKeepr-Call"); } public static function call () {