mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Added content length as suggested in google code issue 339.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user