From 10dafd2bdbb7b74ad698d8ad83a529b8d5934129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna=20Christina=20Na=C3=9F?= Date: Mon, 7 Jul 2025 20:48:12 +0200 Subject: [PATCH] Webhook final fixes --- config.php | 4 ++-- webhook.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index 050bc0e..1c41073 100644 --- a/config.php +++ b/config.php @@ -1,7 +1,7 @@ diff --git a/webhook.php b/webhook.php index cd5027d..4d15651 100644 --- a/webhook.php +++ b/webhook.php @@ -70,7 +70,7 @@ function test_finished() { if ($rc) { $id = pg_fetch_result($rc, 0, 0); echo return_success(); - send_notification("Test fertig. ID: " . $id, $test_url + $id); + send_notification("Test fertig. Ergebnis: " . $data['test']['result']['detectionResult'], $test_url . $id); } else { echo return_error(500, 'insert Datenbankfehler: ' . pg_last_error()); }