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