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
a686c813
Commit
a686c813
authored
Dec 18, 2010
by
Dries
Browse files
- Patch
#917536
by neclimdul: drupal_initialize_variables() doesn't allow overide of html_errors().
parent
7c8c3470
Changes
1
Show whitespace changes
Inline
Side-by-side
includes/bootstrap.inc
View file @
a686c813
...
@@ -512,8 +512,6 @@ function drupal_environment_initialize() {
...
@@ -512,8 +512,6 @@ function drupal_environment_initialize() {
// sites/default/default.settings.php contains more runtime settings.
// sites/default/default.settings.php contains more runtime settings.
// The .htaccess file contains settings that cannot be changed at runtime.
// The .htaccess file contains settings that cannot be changed at runtime.
// Prevent PHP from generating HTML error messages.
ini_set
(
'html_errors'
,
0
);
// Don't escape quotes when reading files from the database, disk, etc.
// Don't escape quotes when reading files from the database, disk, etc.
ini_set
(
'magic_quotes_runtime'
,
'0'
);
ini_set
(
'magic_quotes_runtime'
,
'0'
);
// Use session cookies, not transparent sessions that puts the session id in
// Use session cookies, not transparent sessions that puts the session id in
...
...
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