Merge branch 'MAINT_3_4_4' into QA_3_4
[phpmyadmin/crack.git] / show_config_errors.php
blob9024fec22d7d207ec79e818aef4aa6ba8d96136c
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 * @package phpMyAdmin
7 */
9 require './libraries/vendor_config.php';
11 echo "Starting to parse config file...\n";
13 error_reporting(E_ALL);
14 /**
15 * Read config file.
17 require CONFIG_FILE;