Changeset 1623
- Timestamp:
- 12/28/2006 12:45:54 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/scripts/do_template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/scripts/do_template.php
r1618 r1623 1 1 <?php 2 if(ereg("gzip", getenv("http_ACCEPT_ENCODING"))) ob_start("ob_gzhandler"); 2 if(ereg('gzip', getenv('HTTP_ACCEPT_ENCODING')) && 3 !ini_get('zlib.output_compression')) 4 { 5 ob_start('ob_gzhandler'); 6 } 3 7 else ob_start(); 4 8
