2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * phpinfo() wrapper to allow displaying only when configured to do so.
12 define('PMA_MINIMUM_COMMON', true);
14 * Gets core libraries and defines some variables
16 require_once './libraries/common.inc.php';
20 * Displays PHP information
22 if ($GLOBALS['cfg']['ShowPhpInfo']) {