diff --git a/api/v1/result/browser.quick.test.php b/api/v1/result/browser.quick.test.php index e7f399d..972bfb4 100644 --- a/api/v1/result/browser.quick.test.php +++ b/api/v1/result/browser.quick.test.php @@ -3,11 +3,6 @@ declare(strict_types=1); -session_start(); - -// DB einbinden – Pfad abhängig von deinem Setup, aktuell: -require $_SERVER['DOCUMENT_ROOT']. '/../config/db.php'; // stellt $pdo (PDO) bereit - header('Content-Type: application/json; charset=utf-8'); // ---------------------------------------------------------------------