fixed
This commit is contained in:
parent
82e68cbd0f
commit
41062a7af6
3 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
include("config.php");
|
require_once("config.php");
|
||||||
|
|
||||||
$channels=json_decode(file_get_contents("channels.json"), true);
|
$channels=json_decode(file_get_contents("channels.json"), true);
|
||||||
//print_r($channels);
|
//print_r($channels);
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?
|
<?php
|
||||||
/*
|
/*
|
||||||
Astra 19.2E https://www.satindex.de/transponderv-1.php
|
Astra 19.2E https://www.satindex.de/transponderv-1.php
|
||||||
Astra 28.2E https://www.satindex.de/transponderv-3.php
|
Astra 28.2E https://www.satindex.de/transponderv-3.php
|
||||||
|
@ -10,6 +10,6 @@ $transponderDB = "https://www.satindex.de/transponderv-1.php";
|
||||||
/*
|
/*
|
||||||
Elgato IP
|
Elgato IP
|
||||||
*/
|
*/
|
||||||
$IP = "192.168.1.1";
|
$IP = "192.168.1.1:8090";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -8,8 +8,7 @@ Astra 19.2E https://www.satindex.de/transponderv-1.php
|
||||||
Astra 28.2E https://www.satindex.de/transponderv-3.php
|
Astra 28.2E https://www.satindex.de/transponderv-3.php
|
||||||
... (and the other URLs from satindex.de
|
... (and the other URLs from satindex.de
|
||||||
*/
|
*/
|
||||||
include("config.php");
|
require_once("config.php");
|
||||||
|
|
||||||
|
|
||||||
function preg_first($re, $text) {
|
function preg_first($re, $text) {
|
||||||
preg_match_all($re, $text, $matches, PREG_SET_ORDER, 0);
|
preg_match_all($re, $text, $matches, PREG_SET_ORDER, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue