Ticket #6524: 6524.2.patch
| File 6524.2.patch, 588 bytes (added by , 18 years ago) |
|---|
-
tiny_mce_config.php
256 256 if ( '.gz' == $cache_ext ) 257 257 header( 'Content-Encoding: gzip' ); 258 258 259 header( 'Content-Length: ' . strlen($content) );260 261 259 echo $content; 262 260 exit; 263 261 } … … 301 299 } 302 300 303 301 // Stream to client 304 header( 'Content-Length: ' . strlen($content) );305 302 echo $content; 306 303 307 304 // Write file … … 326 323 putFileContents( $cache_file, $content ); 327 324 } 328 325 329 ?> 326 ?> 327 No newline at end of file