2 /* vim: set expandtab sw=4 ts=4 sts=4: */
4 * phpinfo() wrapper to allow displaying only when configured to do so.
9 * Gets core libraries and defines some variables
11 require_once './libraries/common.inc.php';
15 * Displays PHP information
17 if ($GLOBALS['cfg']['ShowPhpInfo']) {