forked from science-ation/science-ation
Fix a bug where the fair logo wasnt showing up on /admin or /config pages
This commit is contained in:
parent
7320bdbde8
commit
a83695bfe7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user