summaryrefslogtreecommitdiffstats
path: root/system/application
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-09-22 02:12:23 +0200
committeradmin <devnull@localhost>2006-09-22 02:12:23 +0200
commit6bd915cdc10877cc235a3e71f126523921407df5 (patch)
treed7ae9a098b4725df1e452b8358ced5cf631a043c /system/application
parent0f3ce63cdb021c723b3af22e04c0d8223bcb0f7c (diff)
Diffstat (limited to 'system/application')
-rw-r--r--system/application/config/config.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/system/application/config/config.php b/system/application/config/config.php
index eba2ec271..a7b3204cc 100644
--- a/system/application/config/config.php
+++ b/system/application/config/config.php
@@ -264,13 +264,13 @@ $config['global_xss_filtering'] = FALSE;
| Output Compression
|--------------------------------------------------------------------------
|
-| Enables output compression using Gzip for faster page loads. When enabled,
-| the output class will test whether the server your site is running on
-| supports Gzip. Even if it does, however, not all browsers support compression
+| Enables Gzip output compression for faster page loads. When enabled,
+| the output class will test whether your server supports Gzip.
+| Even if it does, however, not all browsers support compression
| so enable only if you are reasonably sure your visitors can handle it.
|
-| VERY IMPORTANT: If you are getting a blank page when this is enabled it
-| means you are prematurely outputing something to your browser. It could
+| VERY IMPORTANT: If you are getting a blank page when compression is enabled it
+| means you are prematurely outputting something to your browser. It could
| even be a line of whitespace at the end of one of your scripts. For
| compression to work, nothing can be sent before the output buffer is called
| by the output class. Do not "echo" any values with compression enabled.