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
b3c730d3
Commit
b3c730d3
authored
Dec 29, 2012
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#1873008
by aspilicious: Fixed Settings.php conf overrides are incorrect.
parent
3357f31c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sites/default/default.settings.php
sites/default/default.settings.php
+2
-2
No files found.
sites/default/default.settings.php
View file @
b3c730d3
...
...
@@ -458,8 +458,8 @@
* configured to cache and compress these files itself you may want to uncomment
* one or both of the below lines, which will prevent gzip files being stored.
*/
# $conf['system.performance']['css
.
gzip'] = FALSE;
# $conf['system.performance']['js
.
gzip'] = FALSE;
# $conf['system.performance']['css
']['
gzip'] = FALSE;
# $conf['system.performance']['js
']['
gzip'] = FALSE;
/**
* String overrides:
...
...
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