mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
관리자 페이지 뉴스 받아올때 xpressengine.com 도메인으로 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6419 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
75c3a63a7b
commit
265cd086fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue