mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Throws a little message out if PHPaccelerator is enabled.
This commit is contained in:
parent
0a3912cf96
commit
f3a14d6ad8
@ -18,7 +18,14 @@
|
|||||||
);
|
);
|
||||||
include('../header.inc.php');
|
include('../header.inc.php');
|
||||||
|
|
||||||
|
// Throw a little notice out if PHPaccelerator is enabled.
|
||||||
|
if($GLOBALS['_PHPA']['ENABLED'])
|
||||||
|
{
|
||||||
|
echo 'PHPaccelerator enabled:</br>'."\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