Update overview.php
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user