Provide way for vendors to easily change paths to config files.

This commit is contained in:
Michal Čihař
2010-03-31 12:29:21 +02:00
parent a6371c10d5
commit 7b754395e9
8 changed files with 40 additions and 16 deletions

View File

@@ -7,12 +7,14 @@
* @package phpMyAdmin
*/
require './libraries/vendor_config.php';
echo "Starting to parse config file...\n";
error_reporting(E_ALL);
/**
* Read config file.
*/
require './config.inc.php';
require CONFIG_FILE;
?>