diff --git a/src/mibew/libs/common/response.php b/src/mibew/libs/common/response.php index 61da9794..4acbcde9 100644 --- a/src/mibew/libs/common/response.php +++ b/src/mibew/libs/common/response.php @@ -40,6 +40,11 @@ function get_image($href, $width, $height) return "\"\"/"; } +/** + * Sends headers that are needed for XML responses. + * + * @deprecated + */ function start_xml_output() { header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");