mirror of
https://github.com/Xkeeper0/jul.git
synced 2025-05-19 08:40:21 -07:00
fixing adbox issue. this might be removed soon though
This commit is contained in:
parent
bc9fa7bbc5
commit
2107524e8b
@ -415,7 +415,7 @@
|
||||
function makeheader($header1,$headlinks,$header2) {
|
||||
global $loguser, $PHP_SELF;
|
||||
$header = $header1.$headlinks.$header2;
|
||||
if (!$loguser['id'] && strpos($PHP_SELF, "index.php") !== false) {
|
||||
if (!$loguser['id'] && strpos($PHP_SELF, "index.php") === false) {
|
||||
$header .= adbox() ."<br>";
|
||||
}
|
||||
return $header;
|
||||
|
Loading…
x
Reference in New Issue
Block a user