mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6725 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b715890b76
commit
73a10dd8dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue