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