This commit is contained in:
2025-11-30 02:53:53 +01:00
parent 2fb5093c7f
commit da7838e9bc

View File

@@ -3,11 +3,6 @@
declare(strict_types=1); 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'); header('Content-Type: application/json; charset=utf-8');
// --------------------------------------------------------------------- // ---------------------------------------------------------------------