mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 07:42:11 +09:00
#19432866 menu 캐시파일도 동일문제로 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8011 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c4248c8615
commit
74be8521fc
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@
|
||||||
$xml_buff = sprintf(
|
$xml_buff = sprintf(
|
||||||
'<?php '.
|
'<?php '.
|
||||||
'define(\'__ZBXE__\', true); '.
|
'define(\'__ZBXE__\', true); '.
|
||||||
'require_once(\'../../../config/config.inc.php\'); '.
|
'require_once(\''.FileHandler::getRealPath('./config/config.inc.php').'\'); '.
|
||||||
'$oContext = &Context::getInstance(); '.
|
'$oContext = &Context::getInstance(); '.
|
||||||
'$oContext->init(); '.
|
'$oContext->init(); '.
|
||||||
'header("Content-Type: text/xml; charset=UTF-8"); '.
|
'header("Content-Type: text/xml; charset=UTF-8"); '.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue