Changeset 990 in subversion
- Timestamp:
- Feb 1, 2008 9:52:10 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/index.php
r940 r990 104 104 { 105 105 // use gzip compression if supported 106 if (function_exists('ob_gzhandler') && ini_get('zlib.output_compression'))106 if (function_exists('ob_gzhandler') && !ini_get('zlib.output_compression')) 107 107 ob_start('ob_gzhandler'); 108 108 else
Note: See TracChangeset
for help on using the changeset viewer.
