dg9vh 2017-03-25 19:45:02 +00:00
parent 7a2f6fef24
commit 03285d6011

View file

@ -56,7 +56,8 @@ checkSetup();
include "../include/sysinfo.php";
if (defined("JSONNETWORK")) {
$netname = $_GET['network'];
$network = $networks[$netname];
$key = recursive_array_search($netname,$networks);
$network = $networks[$key];
echo "<br>";
echo "INI:".$network['ini'];
setDMRNetwork($network['label']);