mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
globals
This commit is contained in:
parent
c8369da52d
commit
24122b1eab
@ -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();
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user