mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-08 00:34:42 +03:00
Remove unused "start_html_output" function
This commit is contained in:
parent
3bb795a793
commit
93cfdc3ed1
@ -40,14 +40,6 @@ function get_image($href, $width, $height)
|
|||||||
return "<img src=\"$href\" border=\"0\" alt=\"\"/>";
|
return "<img src=\"$href\" border=\"0\" alt=\"\"/>";
|
||||||
}
|
}
|
||||||
|
|
||||||
function start_html_output()
|
|
||||||
{
|
|
||||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
|
||||||
header("Cache-Control: no-store, no-cache, must-revalidate");
|
|
||||||
header("Pragma: no-cache");
|
|
||||||
header("Content-type: text/html; charset=utf-8");
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Load additional CSS files, required by plugins, and build HTML code to
|
* Load additional CSS files, required by plugins, and build HTML code to
|
||||||
* include them
|
* include them
|
||||||
|
Loading…
Reference in New Issue
Block a user