elgato-playlistgenerator/config.php
2020-10-12 00:30:19 +02:00

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";
?>