Modularize frontPayment() function in front_payment.php script to allow use with...
[openemr.git] / phpmyadmin / phpinfo.php
blob56a4c9cdae78962a03ea3a3e6391bb3ce2d15b9e
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
5 * @version $Id$
6 */
8 /**
9 * Gets core libraries and defines some variables
11 define('PMA_MINIMUM_COMMON', true);
12 require_once './libraries/common.inc.php';
15 /**
16 * Displays PHP information
18 if ($GLOBALS['cfg']['ShowPhpInfo']) {
19 phpinfo();