Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
da7205eb
Commit
da7205eb
authored
Sep 29, 2011
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1113588
follow-up by pillarsdotnet: Un-break multisite installations.
parent
8157c286
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
includes/bootstrap.inc
includes/bootstrap.inc
+1
-1
No files found.
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