From ce7337884f58d792f7313280971974ecaf3b50df Mon Sep 17 00:00:00 2001 From: MiGri Date: Mon, 6 May 2019 14:02:59 +0200 Subject: [PATCH] Update ajax.php dmr.darc.de not longer works. use ham-digital.org instead --- ajax.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ajax.php b/ajax.php index 8d14dff..6cf9890 100644 --- a/ajax.php +++ b/ajax.php @@ -95,10 +95,10 @@ if ($_GET['section'] == "localTx") { if (defined("SHOWQRZ")) { $listElem[2] = "".str_replace("0","Ø",$listElem[2]).""; } else { - $listElem[2] = "".$listElem[2].""; + $listElem[2] = "".$listElem[2].""; } } else { - $listElem[2] = "".$listElem[2].""; + $listElem[2] = "".$listElem[2].""; } } array_push($lastHeard, $listElem); @@ -111,10 +111,10 @@ if ($_GET['section'] == "localTx") { if (defined("SHOWQRZ")) { $listElem[2] = "".str_replace("0","Ø",$listElem[2]).""; } else { - $listElem[2] = "".$listElem[2].""; + $listElem[2] = "".$listElem[2].""; } } else { - $listElem[2] = "".$listElem[2].""; + $listElem[2] = "".$listElem[2].""; } } array_push($lastHeard, $listElem);