api
This commit is contained in:
@@ -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');
|
||||
|
||||
// ---------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user