From 32e7aa68c19297dd47dd9ccb802a7be3e8795b2d Mon Sep 17 00:00:00 2001 From: lukibeg Date: Fri, 24 Oct 2025 23:24:28 -0300 Subject: [PATCH] UPDATE: Added dotenv initiate in index.php. --- public/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 417dec7..d14c435 100644 --- a/public/index.php +++ b/public/index.php @@ -1,12 +1,16 @@ load(); + +require_once '../core/Router.php'; + use Core\Router;