Merge branch '802_fixed_errors_comunity_edition' into 'develop'

fixed error icon comunity edition

See merge request !427
This commit is contained in:
vgilc 2017-05-03 17:43:10 +02:00
commit 5ec5ad8982
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ echo '<div class="login_page">';
html_print_image ("images/custom_logo_login/".$config['custom_logo_login'], false, array ("class" => "login_logo", "alt" => "logo", "border" => 0, "title" => $logo_title), false, true);
}
}
else if (defined ('PANDORA_ENTERPRISE')) {
else if (file_exists (ENTERPRISE_DIR . "/load_enterprise.php")) {
if (!isset ($config["custom_logo_login"])){
html_print_image ("enterprise/images/custom_logo_login/login_logo_v7.png", false, array ("class" => "login_logo", "alt" => "logo", "border" => 0, "title" => $logo_title), false, true);