Merge branch 'maint/7.0'
[ninja.git] / system / config / http.php
blob3c4a86acc1612ab217f8361ab6d59df3e4c3b6af
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
3 // HTTP-EQUIV type meta tags
4 $config['meta_equiv'] = array
6 'cache-control',
7 'content-type', 'content-script-type', 'content-style-type',
8 'content-disposition',
9 'content-language',
10 'default-style',
11 'expires',
12 'ext-cache',
13 'pics-label',
14 'pragma',
15 'refresh',
16 'set-cookie',
17 'vary',
18 'window-target',