asdasd
This commit is contained in:
@@ -10,7 +10,7 @@ error_reporting(E_ALL);
|
||||
$appEnvFromEnv = getenv('APP_ENV') ?: 'prod';
|
||||
$envDir = rtrim(__DIR__, '/\\') . '/' . $appEnvFromEnv;
|
||||
|
||||
foreach (['settings.php', 'domaindata.php'] as $cfgFile) {
|
||||
foreach (['domaindata.php','settings.php'] as $cfgFile) {
|
||||
$rootPath = __DIR__ . '/' . $cfgFile;
|
||||
$envPath = $envDir . '/' . $cfgFile;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user