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
035cd486
Commit
035cd486
authored
Nov 30, 2011
by
gdd
Browse files
Fixing path to config.inc
parent
c1c2ceab
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/includes/bootstrap.inc
View file @
035cd486
...
...
@@ -236,7 +236,7 @@
*/
const
DRUPAL_PHP_FUNCTION_PATTERN
=
'[a-zA-Z_\x7f-\xff][a-zA-Z0-9_\x7f-\xff]*'
;
require_once
DRUPAL_ROOT
.
'/includes/config.inc'
;
require_once
DRUPAL_ROOT
.
'/
core/
includes/config.inc'
;
/**
* Provides a caching wrapper to be used in place of large array structures.
...
...
Write
Preview
Supports
Markdown
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