From 1308381c0a6c36fcc94a76a01a7c7141c26aa44f Mon Sep 17 00:00:00 2001 From: wonipapa Date: Fri, 19 May 2017 17:31:55 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=EC=97=B4=EC=97=90=20=EC=B1=84?= =?UTF-8?q?=EB=84=90=20=EC=A0=95=EB=B3=B4=EA=B0=80=20=EC=97=86=EC=9D=84=20?= =?UTF-8?q?=EB=95=8C=20=EA=B2=BD=EA=B3=A0=20=EB=AC=B8=EC=9E=A5=20=EB=82=98?= =?UTF-8?q?=EC=98=A4=EB=8A=94=20=EB=B2=84=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epg2xml-web.php | 2 ++ epg2xml.php | 2 ++ 2 files changed, 4 insertions(+) diff --git a/epg2xml-web.php b/epg2xml-web.php index 45d477f..dce3f38 100644 --- a/epg2xml-web.php +++ b/epg2xml-web.php @@ -281,6 +281,8 @@ function getEPG() { $MyISP = $GLOBALS['MyISP']; $Channelfile = __DIR__."/Channel.json"; $IconUrl = ""; + $ChannelInfos = array(); + try { $f = @file_get_contents($Channelfile); if($f === False) : diff --git a/epg2xml.php b/epg2xml.php index a145719..eb9ff6a 100644 --- a/epg2xml.php +++ b/epg2xml.php @@ -302,6 +302,8 @@ function getEPG() { $MyISP = $GLOBALS['MyISP']; $Channelfile = __DIR__."/Channel.json"; $IconUrl = ""; + $ChannelInfos = array(); + try { $f = @file_get_contents($Channelfile); if($f === False) :