mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
reading images from setup.inc.php file
This commit is contained in:
parent
4091255de4
commit
ebedefd2e0
@ -252,7 +252,7 @@ class about
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
$app_info = $GLOBALS['egw_info']['apps'][$app];
|
$app_info = array_merge($GLOBALS['egw_info']['apps'][$app],$setup_info[$app]);
|
||||||
|
|
||||||
// define the return array
|
// define the return array
|
||||||
$ret = array(
|
$ret = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user