mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge branch 'rhymix:develop' into develop
This commit is contained in:
commit
a8d8e0663d
6 changed files with 9 additions and 20 deletions
|
|
@ -2866,15 +2866,11 @@ class DocumentController extends Document
|
|||
'<?php '.
|
||||
'require_once(\''.FileHandler::getRealPath('./common/autoload.php').'\'); '.
|
||||
'Context::init(); '.
|
||||
'Context::setCacheControl(0); '.
|
||||
'header("Content-Type: text/xml; charset=UTF-8"); '.
|
||||
'header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); '.
|
||||
'header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); '.
|
||||
'header("Cache-Control: no-store, no-cache, must-revalidate"); '.
|
||||
'header("Cache-Control: post-check=0, pre-check=0", false); '.
|
||||
'header("Pragma: no-cache"); '.
|
||||
'%s'.
|
||||
'%s '.
|
||||
'$oContext->close();'.
|
||||
'Context::close();'.
|
||||
'?>'.
|
||||
'<root>%s</root>',
|
||||
$header_script,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue