Simplify inclusions of vendor_config.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
/**
|
||||
* Load vendor configuration.
|
||||
*/
|
||||
require_once('./libraries/vendor_config.php');
|
||||
require('./libraries/vendor_config.php');
|
||||
|
||||
/**
|
||||
* Configuration class
|
||||
|
@@ -15,11 +15,6 @@ if (!defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Load paths.
|
||||
*/
|
||||
require_once('./libraries/vendor_config.php');
|
||||
|
||||
$cfg_db = array();
|
||||
|
||||
// path to config file, relative to phpMyAdmin's root path
|
||||
|
@@ -15,11 +15,6 @@ if (!defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
* Load vendor config.
|
||||
*/
|
||||
require_once('./libraries/vendor_config.php');
|
||||
|
||||
/**
|
||||
* Initializes message list
|
||||
*/
|
||||
|
Reference in New Issue
Block a user