Added content length as suggested in google code issue 339.
This commit is contained in:
parent
7a49884a9b
commit
ac3677fc26
|
|
@ -378,6 +378,7 @@ require_once "includes/require.php";
|
||||||
} else {
|
} else {
|
||||||
header ("content-type: text/xml");
|
header ("content-type: text/xml");
|
||||||
}
|
}
|
||||||
|
header ("Content-Length: ".strlen($file_contents));
|
||||||
echo $file_contents;
|
echo $file_contents;
|
||||||
|
|
||||||
//define the function which checks to see if the mac address exists in the table
|
//define the function which checks to see if the mac address exists in the table
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue