Merge branch 'rhymix:develop' into develop

This commit is contained in:
Lastorder 2024-07-15 10:19:17 +09:00 committed by GitHub
commit a8d8e0663d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 9 additions and 20 deletions

View file

@ -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,