forked from extern/egroupware
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');
|
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