diff --git a/index.php b/index.php index d0c8756..0da71fc 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ require __DIR__ . "/vendor/autoload.php"; // LOAD DOTENV -$dotenv = Dotenv\Dotenv::createImmutable(__DIR__ . '/..'); +$dotenv = Dotenv\Dotenv::createImmutable(__DIR__); $dotenv->safeLoad(); // ROUTER