Fix a bug where the fair logo wasnt showing up on /admin or /config pages

This commit is contained in:
james 2007-10-23 21:54:22 +00:00
parent 7320bdbde8
commit a83695bfe7

View File

@ -347,6 +347,7 @@ function send_header($title="")
{
global $HEADER_SENT;
global $config;
global $prependdir;
//do this so we can use send_header() a little more loosly and not worry about it being sent more than once.
if($HEADER_SENT) return;