1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 12:33:29 +01:00

[ticket/14457] Set the config values related to the RNG in the installer config

PHPBB3-14457
This commit is contained in:
Tristan Darricau 2016-02-07 18:59:44 +01:00
parent 97bbf2d2b8
commit 08a11dbe32

View File

@ -17,7 +17,9 @@ services:
config: config:
class: phpbb\config\config class: phpbb\config\config
arguments: arguments:
- [] -
rand_seed: 'installer_seed'
rand_seed_last_update: 0
controller.resolver: controller.resolver:
class: phpbb\controller\resolver class: phpbb\controller\resolver