mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
"fixed wrong build pass, causing an open_basdir warning, as url get appended to egroupware dir"
This commit is contained in:
parent
bf6d7835ad
commit
488d34d820
@ -599,7 +599,7 @@ abstract class egw_framework
|
||||
$theme_css = $GLOBALS['egw_info']['server']['webserver_url'] . $theme_css .'?'.filemtime(EGW_SERVER_ROOT.$theme_css);
|
||||
|
||||
$print_css = '/phpgwapi/templates/'.$this->template.'/print.css';
|
||||
if(!file_exists(EGW_SERVER_ROOT.$theme_css))
|
||||
if(!file_exists(EGW_SERVER_ROOT.$print_css))
|
||||
{
|
||||
$print_css = '/phpgwapi/templates/idots/print.css';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user