diff --git a/index.php b/index.php index 10eed90..676095c 100644 --- a/index.php +++ b/index.php @@ -55,12 +55,12 @@ include "version.php"; 0) { + if (constant('BRANDMEISTERLOGO') !== NULL) { $logourl = BRANDMEISTERLOGO; } } if (getDMRNetwork() == "DMRplus") { - if (strlen(DMRPLUSLOGO)>0) { + if (constant('DMRPLUSLOGO') !== NULL) { $logourl = DMRPLUSLOGO; } } @@ -69,7 +69,6 @@ include "version.php"; $logourl = LOGO; } - echo $logourl; if ($logourl !== "") { ?>