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