Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
67fc0913
Commit
67fc0913
authored
Jan 17, 2006
by
Steven Wittens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
-
#44992
: ./ prefix for conf file include (faster)
parent
c5eeccb4
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 @
67fc0913
...
...
@@ -839,7 +839,7 @@ function _drupal_bootstrap($phase) {
case
DRUPAL_BOOTSTRAP_DATABASE
:
global
$db_url
,
$db_prefix
,
$base_url
;
$conf
=
array
();
require_once
conf_init
()
.
'/settings.php'
;
require_once
'./'
.
conf_init
()
.
'/settings.php'
;
require_once
'./includes/database.inc'
;
// Initialize the default database.
db_set_active
();
...
...
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