This commit is contained in:
Marc Delisle
2008-11-08 14:01:04 +00:00
parent 614c182284
commit 37aa00ca86
673 changed files with 0 additions and 195341 deletions

View File

@@ -1,21 +0,0 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
*
* @version $Id$
*/
/**
* Gets core libraries and defines some variables
*/
define('PMA_MINIMUM_COMMON', true);
require_once './libraries/common.inc.php';
/**
* Displays PHP information
*/
if ($GLOBALS['cfg']['ShowPhpInfo']) {
phpinfo();
}
?>