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