From 3f9c048493c0d8cc333115e447753e5125373e1b Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Sat, 18 Jul 2026 15:53:31 +0200 Subject: [PATCH] Update index.php --- index.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index e5dbec3..a55aa39 100644 --- a/index.php +++ b/index.php @@ -2,9 +2,7 @@ if (session_status() === PHP_SESSION_NONE) { session_start(); } - -include_once("php/controller/index-controller.php"); - +include_once "php/controller/index-controller.php"; ?> @@ -38,7 +36,7 @@ include_once("php/controller/index-controller.php");