home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / xampp-win32-1.6.7-installer.exe / phpMyAdmin / show_config_errors.php < prev    next >
PHP Script  |  2008-06-23  |  317b  |  18 lines

  1. <?php
  2. /* vim: set expandtab sw=4 ts=4 sts=4: */
  3. /**
  4.  * Simple wrapper just to enable error reporting and include config
  5.  *
  6.  * @version $Id: show_config_errors.php 10239 2007-04-01 09:51:41Z cybot_tm $
  7.  */
  8.  
  9. /**
  10.  *
  11.  */
  12. echo "Starting to parse config file...\n";
  13.  
  14. error_reporting(E_ALL);
  15. require './config.inc.php';
  16.  
  17. ?>
  18.