Fix merge conflicts

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König
2022-04-11 20:21:13 +02:00
parent 32d539f1a9
commit 434dd025f1
-4
View File
@@ -303,13 +303,9 @@ if (isset($_GET['getAllQueries']) && $auth) {
$return = callFTLAPI("getallqueries");
}
<<<<<<< HEAD
if (array_key_exists("FTLnotrunning", $return)) {
$data = array("FTLnotrunning" => true);
} else {
=======
if (!in_array("FTLnotrunning", $return )) {
>>>>>>> Add proper guarding
// Start the JSON string
echo '{"data":[';
$first = true;