- Rolback previous patch: breaks Drupal.
parent
84bad29516
commit
c45ca20d0f
|
@ -151,7 +151,7 @@ function drupal_unset_globals() {
|
||||||
* Loads the configuration and sets the base URL correctly.
|
* Loads the configuration and sets the base URL correctly.
|
||||||
*/
|
*/
|
||||||
function conf_init() {
|
function conf_init() {
|
||||||
global $base_url, $base_path, $base_root, $conf;
|
global $db_url, $db_prefix, $base_url, $base_path, $base_root, $conf;
|
||||||
$conf = array();
|
$conf = array();
|
||||||
require_once './'. conf_path() .'/settings.php';
|
require_once './'. conf_path() .'/settings.php';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue