- #44992: ./ prefix for conf file include (faster)
parent
c5eeccb43d
commit
67fc0913ac
|
@ -839,7 +839,7 @@ function _drupal_bootstrap($phase) {
|
||||||
case DRUPAL_BOOTSTRAP_DATABASE:
|
case DRUPAL_BOOTSTRAP_DATABASE:
|
||||||
global $db_url, $db_prefix, $base_url;
|
global $db_url, $db_prefix, $base_url;
|
||||||
$conf = array();
|
$conf = array();
|
||||||
require_once conf_init() .'/settings.php';
|
require_once './' . conf_init() .'/settings.php';
|
||||||
require_once './includes/database.inc';
|
require_once './includes/database.inc';
|
||||||
// Initialize the default database.
|
// Initialize the default database.
|
||||||
db_set_active();
|
db_set_active();
|
||||||
|
|
Loading…
Reference in New Issue