This commit is contained in:
parent
7a2f6fef24
commit
03285d6011
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ checkSetup();
|
||||||
include "../include/sysinfo.php";
|
include "../include/sysinfo.php";
|
||||||
if (defined("JSONNETWORK")) {
|
if (defined("JSONNETWORK")) {
|
||||||
$netname = $_GET['network'];
|
$netname = $_GET['network'];
|
||||||
$network = $networks[$netname];
|
$key = recursive_array_search($netname,$networks);
|
||||||
|
$network = $networks[$key];
|
||||||
echo "<br>";
|
echo "<br>";
|
||||||
echo "INI:".$network['ini'];
|
echo "INI:".$network['ini'];
|
||||||
setDMRNetwork($network['label']);
|
setDMRNetwork($network['label']);
|
||||||
|
|
Loading…
Reference in a new issue