no more birdnet_stats.sh

This commit is contained in:
Patrick McGuire
2021-10-14 14:41:44 -04:00
parent eeefcf2cfc
commit 6fb031433e
2 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -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
View File
@@ -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>