diff options
Diffstat (limited to 'kohana/config/http.php')
| -rw-r--r-- | kohana/config/http.php | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/kohana/config/http.php b/kohana/config/http.php new file mode 100644 index 00000000..f6714639 --- /dev/null +++ b/kohana/config/http.php @@ -0,0 +1,19 @@ +<?php defined('SYSPATH') or die('No direct script access.'); + +// HTTP-EQUIV type meta tags +$config['meta_equiv'] = array +( +	'cache-control', +	'content-type', 'content-script-type', 'content-style-type', +	'content-disposition', +	'content-language', +	'default-style', +	'expires', +	'ext-cache', +	'pics-label', +	'pragma', +	'refresh', +	'set-cookie', +	'vary', +	'window-target', +);
\ No newline at end of file | 
