partkeepr

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

commit 774b7042dad43230be4344d3d6209c8f388c3d56
parent 05053396bd04f731407605314e8ebeee5bd3a1b1
Author: Felicitus <felicitus@felicitus.org>
Date:   Thu, 22 Sep 2011 03:17:42 +0200

Added "Access-Control-Allow-Headers"

Diffstat:
Mfrontend/rest.php | 1+
Mfrontend/service.php | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/frontend/rest.php b/frontend/rest.php @@ -10,6 +10,7 @@ include("../src/de/RaumZeitLabor/PartKeepr/PartKeepr.php"); 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: *"); PartKeepr::initialize(""); /** diff --git a/frontend/service.php b/frontend/service.php @@ -10,6 +10,7 @@ include("../src/de/RaumZeitLabor/PartKeepr/PartKeepr.php"); 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: *"); PartKeepr::initialize("");