소스 검색

fix .env issue

Customer_Type_Lookup
Daniel Covington 2 주 전
부모
커밋
4bb7120881
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      public/index.php

+ 1
- 1
public/index.php 파일 보기

@@ -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();


불러오는 중...
취소
저장

Powered by TurnKey Linux.