This commit is contained in:
Miles Lott 2004-01-22 02:33:03 +00:00
parent c8369da52d
commit 24122b1eab

View File

@ -11,13 +11,13 @@
/* $Id$ */ /* $Id$ */
$phpgw_info['flags'] = array( $GLOBALS['phpgw_info']['flags'] = array(
'noheader' => True, 'noheader' => True,
'nonavbar' => True, 'nonavbar' => True,
'currentapp' => 'admin' 'currentapp' => 'admin'
); );
include('../header.inc.php'); include('../header.inc.php');
if ($GLOBALS['phpgw']->acl->check('info_access',1,'admin')) if ($GLOBALS['phpgw']->acl->check('info_access',1,'admin'))
{ {
$GLOBALS['phpgw']->redirect_link('/index.php'); $GLOBALS['phpgw']->redirect_link('/index.php');
@ -29,8 +29,7 @@
echo 'PHPaccelerator enabled:</br>'."\n"; echo 'PHPaccelerator enabled:</br>'."\n";
echo 'PHPaccelerator Version: '.$GLOBALS['_PHPA']['VERSION'].'</br></p>'."\n"; echo 'PHPaccelerator Version: '.$GLOBALS['_PHPA']['VERSION'].'</br></p>'."\n";
} }
phpinfo();
phpinfo();
// $phpgw->common->phpgw_footer(); // $phpgw->common->phpgw_footer();
?> ?>