diff --git a/database/callsigns.db b/database/callsigns.db
index f8f89f3..9ab364d 100644
Binary files a/database/callsigns.db and b/database/callsigns.db differ
diff --git a/include/functions.php b/include/functions.php
index d91a180..cdc9614 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -184,40 +184,40 @@ function getEnabled ($mode, $mmdvmconfigs) {
function showMode($mode, $mmdvmconfigs) {
// shows if mode is enabled or not.
?>
-
"> |
".$mode."";
+ return "".$mode."";
} else {
$now = new DateTime('NOW',new DateTimeZone(TIMEZONE));
$hangtime = getConfigItem("General", "ModeHang", $mmdvmconfigs);
@@ -596,7 +596,7 @@ function getActualMode($metaLastHeard, $mmdvmconfigs) {
if ($now->format('U') > $timestamp->format('U')) {
return _("idle");
} else {
- return "".$mode."";
+ return "".$mode."";
}
}
}
diff --git a/include/repeaterinfo.php b/include/repeaterinfo.php
index e11d8ff..81866f9 100644
--- a/include/repeaterinfo.php
+++ b/include/repeaterinfo.php
@@ -87,9 +87,9 @@
if (getEnabled("DMR Network", $mmdvmconfigs) == 1) {
echo"";
if (getDMRMasterState()) {
- echo "";
+ echo "";
} else {
- echo "";
+ echo "";
}
echo getConfigItem("DMR Network", "Address", $mmdvmconfigs);
if (strlen(getDMRNetwork()) > 0 ) {
@@ -98,18 +98,18 @@
?>
|
- '._("enabled");
+ echo 'badge-success">'._("enabled");
} else {
- echo 'label-default">'._("disabled");
+ echo 'badge-default">'._("disabled");
}
?> |
- '._("enabled");
+ echo 'badge-success">'._("enabled");
} else {
- echo 'label-default">'._("disabled");
+ echo 'badge-default">'._("disabled");
}
?> |
- "> | ">
diff --git a/scripts/log.php b/scripts/log.php
index bcbf950..8a85f8b 100644
--- a/scripts/log.php
+++ b/scripts/log.php
@@ -69,7 +69,7 @@ if (!isset($_SERVER['PHP_AUTH_USER']) && VIEWLOGUSER !== "" && VIEWLOGPW !== "")
-
+
diff --git a/txinfo.php b/txinfo.php
index d85083e..f7b2d86 100644
--- a/txinfo.php
+++ b/txinfo.php
@@ -32,7 +32,7 @@ foreach ($lastHeard as $listElem) {
echo"$listElem[4] | ";
echo"$listElem[5] | ";
if ($listElem[6] == "RF"){
- echo "RF | ";
+ echo "RF | ";
}else{
echo"$listElem[6] | ";
}
@@ -46,7 +46,7 @@ foreach ($lastHeard as $listElem) {
echo"$listElem[3] | ";
echo"$listElem[4] | ";
if ($listElem[5] == "RF"){
- echo "RF | ";
+ echo "RF | ";
}else{
echo"$listElem[5] | ";
}
diff --git a/version.php b/version.php
index 851c1f9..c447175 100644
--- a/version.php
+++ b/version.php
@@ -1,3 +1,3 @@