Installer Class missing array variable check
[openemr.git] / phpmyadmin / show_config_errors.php
blob2b6508fd03f9891af6882faac3dcbc778c5e3c33
1 <?php
2 /* vim: set expandtab sw=4 ts=4 sts=4: */
3 /**
4 * Simple wrapper just to enable error reporting and include config
6 * @version $Id$
7 */
9 /**
12 echo "Starting to parse config file...\n";
14 error_reporting(E_ALL);
15 require './config.inc.php';