partkeepr

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

commit afbcbcec595142f8f2d615d2cf51f5b2737046c9
parent ac4541cb1a2d5205692957f2f188e14b40683690
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 29 Jun 2011 21:56:43 +0200

Added header to the rest service also

Diffstat:
Mfrontend/rest.php | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/frontend/rest.php b/frontend/rest.php @@ -6,6 +6,9 @@ use de\RaumZeitLabor\PartKeepr\PartKeepr, de\RaumZeitLabor\PartKeepr\Service\ServiceManager; include("../src/de/RaumZeitLabor/PartKeepr/PartKeepr.php"); + +header("Content-Type: text/html; charset=UTF-8"); + PartKeepr::initialize(""); /**