no more birdnet_stats.sh
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ $sql5 = "SELECT Com_Name,COUNT(*)
|
|||||||
AS Total
|
AS Total
|
||||||
FROM detections
|
FROM detections
|
||||||
GROUP BY Com_Name
|
GROUP BY Com_Name
|
||||||
ORDER BY MAX(Confidence) DESC";
|
ORDER BY Total DESC";
|
||||||
$speciestally = $mysqli->query($sql5);
|
$speciestally = $mysqli->query($sql5);
|
||||||
|
|
||||||
$mysqli->close();
|
$mysqli->close();
|
||||||
|
|||||||
+1
-11
@@ -325,7 +325,7 @@ footer {
|
|||||||
</header>
|
</header>
|
||||||
<hr>
|
<hr>
|
||||||
<h2>
|
<h2>
|
||||||
<a href="http://birdnetpi.local:9090">
|
<a href="/viewdb.php">
|
||||||
<span class="name">🐦 Recognized Birds</span>
|
<span class="name">🐦 Recognized Birds</span>
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
@@ -429,16 +429,6 @@ footer {
|
|||||||
</form>
|
</form>
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
|
||||||
<tr class="file">
|
|
||||||
<td></td>
|
|
||||||
<td>
|
|
||||||
<form action="/viewdb.php">
|
|
||||||
<input type="submit" value="View Database">
|
|
||||||
</form>
|
|
||||||
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user