#19432866 menu 캐시파일도 동일문제로 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8011 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2011-01-03 08:51:47 +00:00
parent c4248c8615
commit 74be8521fc

View file

@ -402,7 +402,7 @@
$xml_buff = sprintf(
'<?php '.
'define(\'__ZBXE__\', true); '.
'require_once(\'../../../config/config.inc.php\'); '.
'require_once(\''.FileHandler::getRealPath('./config/config.inc.php').'\'); '.
'$oContext = &Context::getInstance(); '.
'$oContext->init(); '.
'header("Content-Type: text/xml; charset=UTF-8"); '.