From a83695bfe78aaf630f819df409b0cb19eba9432c Mon Sep 17 00:00:00 2001 From: james Date: Tue, 23 Oct 2007 21:54:22 +0000 Subject: [PATCH] Fix a bug where the fair logo wasnt showing up on /admin or /config pages --- common.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/common.inc.php b/common.inc.php index f75bfcc..97dbde7 100644 --- a/common.inc.php +++ b/common.inc.php @@ -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;