Reviewänderungen

This commit is contained in:
2026-06-16 22:09:17 +02:00
parent 47239016c5
commit 23ccbe2d02
5 changed files with 44 additions and 8 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
<?php
session_start();
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
header("Content-Type: application/json");