This commit is contained in:
2026-07-19 14:57:52 +02:00
parent 42faab17e8
commit ad9a00fd49
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
include_once "includes/csrf.php";
include_once "php/controller/index-controller.php";
?>
<!DOCTYPE html>