3.3.9.2 release
[phpmyadmin/ammaryasirr.git] / show_config_errors.php
blobe9bb4e5b628993f7ae5bb30b4484b8fbb253f1be
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 * @package phpMyAdmin
8 */
10 echo "Starting to parse config file...\n";
12 error_reporting(E_ALL);
13 /**
14 * Read config file.
16 require './config.inc.php';