1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

@@ -330,7 +330,6 @@ $lang = array_merge($lang, array(
$lang = array_merge($lang, array(
'CLI_INSTALL_BOARD' => 'Install phpBB',
'CLI_UPDATE_BOARD' => 'Update phpBB',
'CLI_INSTALL_EXTENSIONS' => 'Extensions to install. Multiple extensions can be specified using a comma separated list.',
'CLI_INSTALL_SHOW_CONFIG' => 'Show the configuration which will be used',
'CLI_INSTALL_VALIDATE_CONFIG' => 'Validate a configuration file',
'CLI_CONFIG_FILE' => 'Config file to use',