Throws a little message out if PHPaccelerator is enabled.

This commit is contained in:
skeeter 2002-08-12 21:56:20 +00:00
parent 0a3912cf96
commit f3a14d6ad8

View File

@ -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();