PMASA-2011-1 fixes
[phpmyadmin-themes.git] / phpinfo.php
blob15f1818318ecca90cfda5797c9ed03fdb8875be6
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * phpinfo() wrapper to allow displaying only when configured to do so.
5 * @version $Id$
6 * @package phpMyAdmin
7 */
9 /**
10 * Gets core libraries and defines some variables
12 require_once './libraries/common.inc.php';
15 /**
16 * Displays PHP information
18 if ($GLOBALS['cfg']['ShowPhpInfo']) {
19 phpinfo();