From 495dda167040af41b591d08db8ff07f07b7536fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Hahn?= Date: Thu, 29 Aug 2013 20:52:11 +0000 Subject: [PATCH] Do not encode to utf for a second time. --- app/provision/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/provision/index.php b/app/provision/index.php index 8f7eb4e872..8d6e9c6409 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -441,7 +441,7 @@ require_once "resources/require.php"; header ("content-type: text/xml"); } header ("Content-Length: ".strlen($file_contents)); - echo utf8_encode($file_contents); + echo $file_contents; //define the function which checks to see if the mac address exists in devices function mac_exists_in_devices($db, $mac) {