True, 'nonavbar' => True, 'currentapp' => 'admin' ); include('../header.inc.php'); if ($GLOBALS['phpgw']->acl->check('info_access',1,'admin')) { $GLOBALS['phpgw']->redirect_link('/index.php'); } // Throw a little notice out if PHPaccelerator is enabled. if($GLOBALS['_PHPA']['ENABLED']) { echo 'PHPaccelerator enabled:
'."\n"; echo 'PHPaccelerator Version: '.$GLOBALS['_PHPA']['VERSION'].'

'."\n"; } phpinfo(); // $phpgw->common->phpgw_footer(); ?>