mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Move main "languages" and "servername" to top level, "task-manager" and "binaries" to main configuration
This commit is contained in:
@@ -42,7 +42,7 @@ class registry implements registryInterface
|
||||
$this->cache = new ArrayCache();
|
||||
|
||||
if ($app['phraseanet.configuration-tester']->isInstalled()) {
|
||||
$this->cache->save('GV_ServerName', $app['conf']->get(['main', 'servername']));
|
||||
$this->cache->save('GV_ServerName', $app['conf']->get('servername'));
|
||||
$this->cache->save('GV_debug', $app['debug']);
|
||||
|
||||
if ($app['conf']->has(['main', 'key'])) {
|
||||
|
Reference in New Issue
Block a user