*/ $phpgw_flags = Array( 'currentapp' => 'filemanager', 'noheader' => True, 'nonavbar' => True, 'noappheader' => True, 'noappfooter' => True, 'nofooter' => True ); $GLOBALS['phpgw_info']['flags'] = $phpgw_flags; include('../header.inc.php'); $preferences = $GLOBALS['phpgw']->preferences->read(); $_SESSION['phpgw_info']['user']['preferences']['filemanager'] = $preferences['filemanager']; Header('Location: '.$GLOBALS['phpgw']->link('/index.php','menuaction=filemanager.uifilemanager.index')); $GLOBALS['phpgw']->common->phpgw_exit(); ?>