1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[ticket/14492] Define extensions to install in config not via cli argument

PHPBB3-14492
This commit is contained in:
Marc Alexander
2016-03-02 11:53:20 +01:00
parent 69dece6197
commit ffe900c72d
7 changed files with 16 additions and 18 deletions

View File

@@ -34,3 +34,5 @@ installer:
server_name: localhost
server_port: 80
script_path: /
extensions: ['phpbb/viglink']

View File

@@ -1,2 +1,3 @@
updater:
type: all
extensions: ['phpbb/viglink']