15 lines
274 B
PHP
15 lines
274 B
PHP
<?php
|
|
/*
|
|
Astra 19.2E https://www.satindex.de/transponderv-1.php
|
|
Astra 28.2E https://www.satindex.de/transponderv-3.php
|
|
... (and the other URLs from satindex.de
|
|
*/
|
|
|
|
$transponderDB = "https://www.satindex.de/transponderv-1.php";
|
|
|
|
/*
|
|
Elgato IP
|
|
*/
|
|
$IP = "192.168.1.1:8090";
|
|
|
|
?>
|