mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-11 08:28:43 +01:00
translated app-name about to phpgwapi, seems to fix problem with open-basedir-restrictions
This commit is contained in:
parent
5240128a24
commit
cfdfd365c6
@ -619,7 +619,7 @@
|
||||
{
|
||||
$appname = $GLOBALS['phpgw_info']['flags']['currentapp'];
|
||||
}
|
||||
if ($appname == 'home' || $appname == 'logout' || $appname == 'login')
|
||||
if ($appname == 'home' || $appname == 'logout' || $appname == 'login' || $appname == 'about')
|
||||
{
|
||||
$appname = 'phpgwapi';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user