diff --git a/phpgwapi/inc/class.egw_framework.inc.php b/phpgwapi/inc/class.egw_framework.inc.php index f5412199c7..0e9a1854e9 100644 --- a/phpgwapi/inc/class.egw_framework.inc.php +++ b/phpgwapi/inc/class.egw_framework.inc.php @@ -376,7 +376,8 @@ abstract class egw_framework $var['messages'] = $api_messages . '
' . checkcode($cd); } - if (substr($GLOBALS['egw_info']['server']['login_logo_file'],0,4) == 'http') + if (substr($GLOBALS['egw_info']['server']['login_logo_file'],0,4) == 'http' || + $GLOBALS['egw_info']['server']['login_logo_file'][0] == '/') { $var['logo_file'] = $GLOBALS['egw_info']['server']['login_logo_file']; }