1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12620] Split the environments into differents folders

PHPBB3-12620
This commit is contained in:
Tristan Darricau
2014-06-20 18:49:19 +02:00
parent 943e27dffa
commit 8664d3229a
30 changed files with 976 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ class core extends Extension
public function load(array $config, ContainerBuilder $container)
{
$loader = new YamlFileLoader($container, new FileLocator(phpbb_realpath($this->config_path)));
$loader->load('environment_' . ENVIRONMENT . '.yml');
$loader->load(ENVIRONMENT . '/environment.yml');
}
/**