1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-08 07:06:49 +02:00

Default charset now UTF-8. Easier ab tests config.

This commit is contained in:
Steve Clay
2008-06-09 23:29:38 +00:00
parent 4c85da1fb3
commit bf935a9895
10 changed files with 45 additions and 223 deletions

View File

@@ -44,7 +44,7 @@ abstract class Minify_Controller_Base {
,'encodeMethod' => null // determine later
,'encodeLevel' => 9
,'perType' => array() // no per-type minifier options
,'contentTypeCharset' => null // leave out of Content-Type header
,'contentTypeCharset' => 'UTF-8'
,'setExpires' => null // use conditional GET
,'quiet' => false // serve() will send headers and output