관리자 페이지 뉴스 받아올때 xpressengine.com 도메인으로 변경

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6419 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-05-26 10:21:40 +00:00
parent 75c3a63a7b
commit 265cd086fa

View file

@ -89,7 +89,7 @@
/**
* 최근 뉴스를 가져와서 세팅
**/
$newest_news_url = sprintf("http://news.zeroboard.com/%s/news.php", Context::getLangType());
$newest_news_url = sprintf("http://news.xpressengine.com/%s/news.php", Context::getLangType());
$cache_file = sprintf("%sfiles/cache/newest_news.%s.cache.php", _XE_PATH_,Context::getLangType());
if(!file_exists($cache_file) || filemtime($cache_file)+ 60*60 < time()) {
FileHandler::getRemoteFile($newest_news_url, $cache_file);