repo.or.cz
/
ninja.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'maint/7.0'
[ninja.git]
/
system
/
config
/
http.php
blob
3c4a86acc1612ab217f8361ab6d59df3e4c3b6af
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
);