Translation update done using Pootle.
[phpmyadmin/lorilee.git] / phpinfo.php
blob777521b4aaebbf771fe057bcd30423abdf099250
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 * @package phpMyAdmin
6 */
8 /**
9 * @ignore
11 define('PMA_MINIMUM_COMMON', true);
12 /**
13 * Gets core libraries and defines some variables
15 require_once './libraries/common.inc.php';
18 /**
19 * Displays PHP information
21 if ($GLOBALS['cfg']['ShowPhpInfo']) {
22 phpinfo();