From 1bc0983c4b44c2c2db39e9be2bc8c2f815e8b4e0 Mon Sep 17 00:00:00 2001 From: wonipapa Date: Thu, 12 Oct 2017 10:47:12 +0900 Subject: [PATCH] =?UTF-8?q?-=20SK=20=ED=95=A8=EC=88=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95(p3)=20=20=20-=20=EC=B1=84=EB=84=90=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EC=82=AC=ED=95=AD=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epg2xml-web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg2xml-web.php b/epg2xml-web.php index f399485..4578c5b 100644 --- a/epg2xml-web.php +++ b/epg2xml-web.php @@ -659,7 +659,7 @@ function GetEPGFromSK($ChannelInfo) { $ServiceId = $ChannelInfo[3]; $today = date("Ymd"); $lastday = date("Ymd", strtotime("+".($GLOBALS['period'] - 1)." days")); - $url = "http://m.btvplus.co.kr/common/inc/IFGetData.do"; + $url = "http://m.btvplus.co.kr/common/inc/IFGetData.do"; $params = array( 'variable' => 'IF_LIVECHART_DETAIL', 'pcode' => '|^|start_time='.$today.'00|^|end_time='.$lastday.'24|^|svc_id='.$ServiceId