From ac3677fc269525c6a2a98550ed32e7e8ccc51b29 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 21 Nov 2012 07:17:24 +0000 Subject: [PATCH] Added content length as suggested in google code issue 339. --- app/provision/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/provision/index.php b/app/provision/index.php index c8a6040de8..122df14cdd 100644 --- a/app/provision/index.php +++ b/app/provision/index.php @@ -378,6 +378,7 @@ require_once "includes/require.php"; } else { header ("content-type: text/xml"); } + header ("Content-Length: ".strlen($file_contents)); echo $file_contents; //define the function which checks to see if the mac address exists in the table