Update index.php

This commit is contained in:
2026-07-19 23:22:11 +02:00
parent 0a87e4d9eb
commit 4c4a93865d
+1 -6
View File
@@ -6,12 +6,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";
?> ?>
if (session_status() === PHP_SESSION_NONE) {
session_start();
}
include_once "includes/csrf.php";
include_once "php/controller/index-controller.php";
?>
<!DOCTYPE html> <!DOCTYPE html>
<html lang="de"> <html lang="de">
<head> <head>