Update index.php

This commit is contained in:
2026-07-20 00:11:27 +02:00
parent 9146d395a2
commit 75b4aa0b88
+1
View File
@@ -5,6 +5,7 @@ if (session_status() === PHP_SESSION_NONE) {
include_once "includes/csrf.php"; include_once "includes/csrf.php";
include_once "php/controller/index-controller.php"; include_once "php/controller/index-controller.php";
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="de">
<head> <head>