diff --git a/include/functions.php b/include/functions.php index 1e0f0f7..f7f5c56 100644 --- a/include/functions.php +++ b/include/functions.php @@ -842,13 +842,13 @@ function getDMRReflectors() { return $refls; } -function getBrandMeisterDMRMasterList() { - $data = file_get_contents("http://185.79.71.94/dmr/dmrmaster.php"); - $rows = explode("\n",$data); - $masters = array(); - foreach($rows as $row) { - $masters[] = str_getcsv($row,"@",''); - } - return $masters; +function getDMRplusDMRMasterList() { + $data = file_get_contents("http://ham-dmr.de/dmr/dmrmaster2.php"); + $rows = explode("\n",$data); + $s = array(); + foreach($rows as $row) { + $s[] = str_getcsv($row,"@",''); + } + return $s; } ?> diff --git a/index.php b/index.php index 82d4e94..c6975f5 100644 --- a/index.php +++ b/index.php @@ -128,7 +128,7 @@ if (defined("ENABLENETWORKSWITCHING")) {