mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
allow to specifiy a path or url, instead only an url
This commit is contained in:
parent
13ff6543cf
commit
a4a427e2ab
@ -376,7 +376,8 @@ abstract class egw_framework
|
||||
$var['messages'] = $api_messages . '<br />' . 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'];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user