mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Throws a little message out if PHPaccelerator is enabled.
This commit is contained in:
parent
0a3912cf96
commit
f3a14d6ad8
@ -18,6 +18,13 @@
|
||||
);
|
||||
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();
|
||||
|
||||
// $phpgw->common->phpgw_footer();
|
||||
|
Loading…
Reference in New Issue
Block a user