bugfixing
This commit is contained in:
parent
c8e0121a7e
commit
8dcc0e7678
1 changed files with 2 additions and 2 deletions
|
@ -55,11 +55,11 @@ include "version.php";
|
||||||
<?php
|
<?php
|
||||||
$logourl = "";
|
$logourl = "";
|
||||||
if (getDMRNetwork() == "BrandMeister") {
|
if (getDMRNetwork() == "BrandMeister") {
|
||||||
if (isset(BRANDMEISTERLOGO))
|
if (defined(BRANDMEISTERLOGO))
|
||||||
$logourl = BRANDMEISTERLOGO;
|
$logourl = BRANDMEISTERLOGO;
|
||||||
}
|
}
|
||||||
if (getDMRNetwork() == "DMRplus") {
|
if (getDMRNetwork() == "DMRplus") {
|
||||||
if (isset(DMRPLUSLOGO))
|
if (defined(DMRPLUSLOGO))
|
||||||
$logourl = DMRPLUSLOGO;
|
$logourl = DMRPLUSLOGO;
|
||||||
}
|
}
|
||||||
if ($logourl == "") {
|
if ($logourl == "") {
|
||||||
|
|
Loading…
Reference in a new issue