partkeepr

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

commit ac4541cb1a2d5205692957f2f188e14b40683690
parent 947d725a92f5d17a72596cb89ebf0a62e6d061fd
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed, 29 Jun 2011 21:46:40 +0200

Added UTF8 as charset for the service

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

diff --git a/frontend/service.php b/frontend/service.php @@ -7,6 +7,8 @@ use de\RaumZeitLabor\PartKeepr\PartKeepr; include("../src/de/RaumZeitLabor/PartKeepr/PartKeepr.php"); +header("Content-Type: text/html; charset=UTF-8"); + PartKeepr::initialize(""); try {