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
99243487
Commit
99243487
authored
May 16, 2012
by
Dries
Browse files
- Patch
#1578590
by ksenzee: references to nonexistent function drupal_initialize_variables().
parent
6f760ac8
Changes
2
Hide whitespace changes
Inline
Side-by-side
.htaccess
View file @
99243487
...
...
@@ -20,8 +20,8 @@ ErrorDocument 404 /index.php
DirectoryIndex
index.php index.html index.htm
# Override PHP settings that cannot be changed at runtime. See
# sites/default/default.settings.php and drupal_initialize
_variables
() in
# includes/bootstrap.inc for settings that can be changed at runtime.
# sites/default/default.settings.php and drupal_
environment_
initialize() in
#
core/
includes/bootstrap.inc for settings that can be changed at runtime.
# PHP 5, Apache 1 and 2.
<
IfModule
mod_php5.c
>
...
...
sites/default/default.settings.php
View file @
99243487
...
...
@@ -279,9 +279,10 @@
* To see what PHP settings are possible, including whether they can be set at
* runtime (by using ini_set()), read the PHP documentation:
* http://php.net/manual/ini.list.php
* See drupal_initialize_variables() in includes/bootstrap.inc for required
* runtime settings and the .htaccess file for non-runtime settings. Settings
* defined there should not be duplicated here so as to avoid conflict issues.
* See drupal_environment_initialize() in core/includes/bootstrap.inc for
* required runtime settings and the .htaccess file for non-runtime settings.
* Settings defined there should not be duplicated here so as to avoid conflict
* issues.
*/
/**
...
...
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