1
0
Fork 0
mirror of https://gitlab.com/ifiction/ifhub-telegram.git synced 2024-04-26 22:29:34 +03:00

Вернул адрес трансляции на боевой сервер

This commit is contained in:
Alexander Yakovlev 2017-10-03 22:07:19 +07:00
parent 8fe51ad70d
commit ac4d9225e5

View file

@ -56,8 +56,7 @@ function download($url, $outFile) {
curl_close($ch);
}
// $string = get_text('https://ifhub.club/rss/full/');
$string = get_text('http://localhost/rss/full/');
$string = get_text('https://ifhub.club/rss/full/');
$service = new \Sabre\Xml\Service();
$service->elementMap = [
'{}item' => function(\Sabre\Xml\Reader $reader) {