This commit is contained in:
2025-11-30 01:48:31 +01:00
parent e6ab5a0a1f
commit 3ebfb8c7f6
4 changed files with 187 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ declare(strict_types=1);
session_start();
// DB einbinden bitte Pfad an DEINE Struktur anpassen!
require $_SERVER['DOCUMENT_ROOT']. '/../config/db.php'; // z.B. stellt $pdo (PDO) bereit
require $_SERVER['DOCUMENT_ROOT']. '/../config/fileload.php'; // z.B. stellt $pdo (PDO) bereit
header('Content-Type: application/json; charset=utf-8');