mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 01:58:47 +02:00
N°5809 Update Symfony artifacts from 6.4.0 to 6.4.2
symfony/console symfony/dotenv symfony/framework-bundle symfony/http-foundation symfony/http-kernel symfony/var-dumper symfony/web-profiler-bundle
This commit is contained in:
@@ -151,7 +151,13 @@ EOT
|
||||
|
||||
private function getAvailableVars(): array
|
||||
{
|
||||
$vars = explode(',', $_SERVER['SYMFONY_DOTENV_VARS'] ?? '');
|
||||
$dotenvVars = $_SERVER['SYMFONY_DOTENV_VARS'] ?? '';
|
||||
|
||||
if ('' === $dotenvVars) {
|
||||
return [];
|
||||
}
|
||||
|
||||
$vars = explode(',', $dotenvVars);
|
||||
sort($vars);
|
||||
|
||||
return $vars;
|
||||
|
||||
Reference in New Issue
Block a user