Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
da7205eb
Commit
da7205eb
authored
Sep 29, 2011
by
webchick
Browse files
Issue
#1113588
follow-up by pillarsdotnet: Un-break multisite installations.
parent
8157c286
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/bootstrap.inc
View file @
da7205eb
...
...
@@ -554,7 +554,7 @@ function conf_path($require_settings = TRUE, $reset = FALSE) {
$script_name
=
$_SERVER
[
'SCRIPT_FILENAME'
];
}
$http_host
=
$_SERVER
[
'HTTP_HOST'
];
$conf
=
find_conf_path
(
$
script_name
,
$http_host
,
$require_settings
);
$conf
=
find_conf_path
(
$
http_host
,
$script_name
,
$require_settings
);
return
$conf
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment