15 lines
266 B
PHP
15 lines
266 B
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";
|
|
|
|
?>
|