This commit is contained in:
Marc Delisle
2009-05-18 14:18:53 +00:00
parent 72bd3e8cd6
commit ce7be6d009
689 changed files with 0 additions and 198914 deletions

View File

@@ -1,18 +0,0 @@
<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* Simple wrapper just to enable error reporting and include config
*
* @version $Id$
* @package phpMyAdmin
*/
echo "Starting to parse config file...\n";
error_reporting(E_ALL);
/**
* Read config file.
*/
require './config.inc.php';
?>