Explorar el Código

fix .env issue

Customer_Type_Lookup
Daniel Covington hace 2 semanas
padre
commit
4bb7120881
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      public/index.php

+ 1
- 1
public/index.php Ver fichero

@@ -4,7 +4,7 @@ declare(strict_types=1);

require_once __DIR__ . '/../vendor/autoload.php';

loadEnv(__DIR__ . '/../.env');
loadEnv(__DIR__ . '/../' . (getenv('APP_ENV') === 'local' ? '.env' : '.env_prod'));

// Start session with secure cookie settings before any output or auth checks.
session()->start();


Cargando…
Cancelar
Guardar

Powered by TurnKey Linux.