mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
allow path instead of url with schema for login too
This commit is contained in:
parent
32a6066156
commit
245391e724
@ -570,7 +570,7 @@ abstract class egw_framework
|
|||||||
$tmpl->set_var('template_set',$this->template);
|
$tmpl->set_var('template_set',$this->template);
|
||||||
|
|
||||||
if (substr($GLOBALS['egw_info']['server']['login_logo_file'], 0, 4) == 'http' ||
|
if (substr($GLOBALS['egw_info']['server']['login_logo_file'], 0, 4) == 'http' ||
|
||||||
strpos($GLOBALS['egw_info']['server']['login_logo_file'], '//') !== false)
|
$GLOBALS['egw_info']['server']['login_logo_file'][0] == '/')
|
||||||
{
|
{
|
||||||
$var['logo_file'] = $GLOBALS['egw_info']['server']['login_logo_file'];
|
$var['logo_file'] = $GLOBALS['egw_info']['server']['login_logo_file'];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user