Update overview.php

This commit is contained in:
ehpersonal38
2022-07-16 17:49:50 -04:00
parent eeee9e77fe
commit 9b78881f9f
+2
View File
@@ -56,6 +56,8 @@ if(isset($_GET['ajax_detections']) && $_GET['ajax_detections'] == "true" && isse
if($_GET['previous_detection_identifier'] == $filename) { die(); } if($_GET['previous_detection_identifier'] == $filename) { die(); }
if($_GET['only_name'] == "true") { echo $comname.",".$filename;die(); } if($_GET['only_name'] == "true") { echo $comname.",".$filename;die(); }
$iterations++;
if (!empty($config["FLICKR_API_KEY"])) { if (!empty($config["FLICKR_API_KEY"])) {
if(!empty($config["FLICKR_FILTER_EMAIL"])) { if(!empty($config["FLICKR_FILTER_EMAIL"])) {