mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/14769] Fix CLI installer configuration compatibility with SF 3
PHPBB3-14769
This commit is contained in:
@@ -128,7 +128,6 @@ class installer_configuration implements ConfigurationInterface
|
|||||||
->integerNode('server_port')
|
->integerNode('server_port')
|
||||||
->defaultValue(80)
|
->defaultValue(80)
|
||||||
->min(1)
|
->min(1)
|
||||||
->cannotBeEmpty()
|
|
||||||
->end()
|
->end()
|
||||||
->scalarNode('script_path')
|
->scalarNode('script_path')
|
||||||
->defaultValue('/')
|
->defaultValue('/')
|
||||||
|
Reference in New Issue
Block a user