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");