fix behaviour when invalid string is specified
[phpmyadmin/crack.git] / show_config_errors.php
blob4e18ad57a6b3c75630376c59c7ee58cf1fb982c8
1 <?php
2 /* $Id$ */
3 // vim: expandtab sw=4 ts=4 sts=4:
5 /* Simple wrapper just to enable error reporting and include config */
7 echo "Starting to parse config file...\n";
9 error_reporting(E_ALL);
10 require('./config.inc.php');