mirror of
https://github.com/Mibew/mibew.git
synced 2025-03-06 11:44:09 +03:00
Mark "start_xml_output" function as deprecated
This commit is contained in:
parent
35605b5af3
commit
e6c055e782
@ -40,6 +40,11 @@ function get_image($href, $width, $height)
|
|||||||
return "<img src=\"$href\" border=\"0\" alt=\"\"/>";
|
return "<img src=\"$href\" border=\"0\" alt=\"\"/>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Sends headers that are needed for XML responses.
|
||||||
|
*
|
||||||
|
* @deprecated
|
||||||
|
*/
|
||||||
function start_xml_output()
|
function start_xml_output()
|
||||||
{
|
{
|
||||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||||
|
Loading…
Reference in New Issue
Block a user