Route and Results buttons updated.
[speedfreak] / Server / system / config / http.php
1 <?php defined('SYSPATH') OR die('No direct access allowed.');
2
3 // HTTP-EQUIV type meta tags
4 $config['meta_equiv'] = array
5 (
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',
19 );