Update overview.php

This commit is contained in:
ehpersonal38
2022-04-19 11:30:13 -04:00
parent 33fbbb8be2
commit 9bdd049c5f
+3 -3
View File
@@ -73,6 +73,8 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse
die(); die();
} }
if(isset($_GET['ajax_left_chart']) && $_GET['ajax_left_chart'] == "true") {
$totalcount = 0; $totalcount = 0;
$todaycount = 0; $todaycount = 0;
$hourcount = 0; $hourcount = 0;
@@ -107,9 +109,7 @@ if($statement6 == False) {
} }
$result6 = $statement6->execute(); $result6 = $statement6->execute();
$totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC); $totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC);
if(isset($_GET['ajax_left_chart']) && $_GET['ajax_left_chart'] == "true") {
?> ?>
<table> <table>
<tr> <tr>