Added content length as suggested in google code issue 339.

This commit is contained in:
Mark Crane 2012-11-21 07:17:24 +00:00
parent 7a49884a9b
commit ac3677fc26
1 changed files with 1 additions and 0 deletions

View File

@ -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