From c6d9351ce45c1130da3c201b650f4122a1df94f4 Mon Sep 17 00:00:00 2001 From: klaute Date: Tue, 9 Apr 2024 12:35:46 +0200 Subject: [PATCH] Uncomment errorous code. --- ajax.php | 1 - setup.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ajax.php b/ajax.php index 8aafddf..3d69f21 100644 --- a/ajax.php +++ b/ajax.php @@ -110,7 +110,6 @@ if ($_GET['section'] == "localTx") { $call_canon = substr($call_canon, 0, strpos($call_canon, "-")); } if (defined("ENABLEXTDLOOKUP")) { - //$listElem[11] =""; if (getEnabled("D-Star", $mmdvmconfigs) == 1 && $listElem[6] == "RF" && ($listElem[1]=="D-Star" || startsWith($listElem[1], "DMR") || $listElem[1]=="YSF" || $listElem[1]=="P25" || $listElem[1]=="NXDN") || getEnabled("D-Star", $mmdvmconfigs) == 0 && $listElem[5] == "RF" && ($listElem[1]=="D-Star" || startsWith($listElem[1], "DMR") || $listElem[1]=="YSF" || $listElem[1]=="P25" || $listElem[1]=="NXDN")) { $listElem[3] = getName($call_canon); if ($listElem[2] !== "??????????") { diff --git a/setup.php b/setup.php index d70ddb6..f47e31f 100644 --- a/setup.php +++ b/setup.php @@ -177,7 +177,7 @@ include "include/tools.php";
- " name="DAPNETGATEWAYLOGPATH" class="form-control" placeholder="/var/log/DAPNETGateway/" aria-describedby="DAPNETGATEWAYLOGPATH"> +