1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/15851] Add prefix to parameter for public key

PHPBB-15851
This commit is contained in:
Marc Alexander
2024-10-28 21:42:29 +01:00
parent 1ba58768f3
commit 573c6c87b2
3 changed files with 3 additions and 3 deletions

View File

@@ -21,4 +21,4 @@ parameters:
- passwords.driver.salted_md5
- passwords.driver.phpass
public_key: 'auJX0pGetfYatE7t/rX5hAkCLZv9s78TwKkLfR3YGuQ='
packages.public_key: 'auJX0pGetfYatE7t/rX5hAkCLZv9s78TwKkLfR3YGuQ='

View File

@@ -3,7 +3,7 @@ services:
class: phpbb\update\get_updates
arguments:
- '@filesystem'
- '%public_key%'
- '%packages.public_key%'
- '%core.root_path%'
updater.controller: