mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
#18400372 : Context close in xml cache codes
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6893 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d4f35bb906
commit
9b10cc2df1
2 changed files with 4 additions and 2 deletions
|
|
@ -1287,7 +1287,8 @@
|
||||||
'header("Cache-Control: post-check=0, pre-check=0", false); '.
|
'header("Cache-Control: post-check=0, pre-check=0", false); '.
|
||||||
'header("Pragma: no-cache"); '.
|
'header("Pragma: no-cache"); '.
|
||||||
'%s'.
|
'%s'.
|
||||||
'%s'.
|
'%s '.
|
||||||
|
'$oContext->close();'.
|
||||||
'?>'.
|
'?>'.
|
||||||
'<root>%s</root>',
|
'<root>%s</root>',
|
||||||
$header_script,
|
$header_script,
|
||||||
|
|
|
||||||
|
|
@ -411,7 +411,8 @@
|
||||||
'header("Cache-Control: no-store, no-cache, must-revalidate"); '.
|
'header("Cache-Control: no-store, no-cache, must-revalidate"); '.
|
||||||
'header("Cache-Control: post-check=0, pre-check=0", false); '.
|
'header("Cache-Control: post-check=0, pre-check=0", false); '.
|
||||||
'header("Pragma: no-cache"); '.
|
'header("Pragma: no-cache"); '.
|
||||||
'%s'.
|
'%s '.
|
||||||
|
'$oContext->close(); '.
|
||||||
'?>'.
|
'?>'.
|
||||||
'<root>%s</root>',
|
'<root>%s</root>',
|
||||||
$header_script,
|
$header_script,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue