git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6725 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2009-08-05 08:03:53 +00:00
parent b715890b76
commit 73a10dd8dd

View file

@ -95,7 +95,7 @@
// 네트웍 상태로 데이터를 가져오지 못할 상황을 고려해 일단 filemtime을 변경하여 관리자 페이지 refresh시에 다시 읽ㅇ 오지 않도록 함
// 뉴스를 보지는 못하지만 관리자 페이지 접속은 이상없도록 함
FileHandler::writeFile($cache_file,'');
FileHandler::getRemoteFile($newest_news_url, $cache_file);
FileHandler::getRemoteFile($newest_news_url, $cache_file, null, 1, 'GET', 'text/html', array('REQUESTURL'=>getFullUrl('')));
}
if(file_exists($cache_file)) {