Update 1.2.2p3

This commit is contained in:
wonipapa 2017-09-18 09:38:36 +09:00 committed by GitHub
parent b8a3e7a2d4
commit 25157e880f

View File

@ -3,7 +3,7 @@
include __DIR__."/epg2xml-function.php"; include __DIR__."/epg2xml-function.php";
@date_default_timezone_set('Asia/Seoul'); @date_default_timezone_set('Asia/Seoul');
error_reporting(E_ALL ^ E_NOTICE); error_reporting(E_ALL ^ E_NOTICE);
define("VERSION", "1.2.2p2"); define("VERSION", "1.2.2p3");
$debug = False; $debug = False;
$ua = "'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'"; $ua = "'Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2785.116 Safari/537.36'";