allow path instead of url with schema for login too

This commit is contained in:
Ralf Becker 2014-09-27 17:11:41 +00:00
parent 0c696efc01
commit 52bc4a75f3

View File

@ -570,7 +570,7 @@ abstract class egw_framework
$tmpl->set_var('template_set',$this->template);
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'];
}