mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
N°2060 [WIP] Initialisation of the portal application: Code cleanup
This commit is contained in:
@@ -55,7 +55,7 @@ elseif (!class_exists(Dotenv::class))
|
||||
else
|
||||
{
|
||||
$sPath = dirname(__DIR__).'/.env';
|
||||
$oDotenv = new Dotenv(false);
|
||||
$oDotenv = new Dotenv();
|
||||
|
||||
// load all the .env files
|
||||
if (method_exists($oDotenv, 'loadEnv'))
|
||||
|
||||
Reference in New Issue
Block a user