translated app-name about to phpgwapi, seems to fix problem with open-basedir-restrictions

This commit is contained in:
Ralf Becker 2003-10-12 19:33:32 +00:00
parent 5240128a24
commit cfdfd365c6

View File

@ -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';
}