mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Merge pull request #4441 from Nicofuma/ticket/14769
[ticket/14769] Fix CLI installer configuration compatibility with SF 3
This commit is contained in:
commit
c571d99c0f
1 changed files with 4 additions and 5 deletions
|
@ -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('/')
|
||||||
|
|
Loading…
Add table
Reference in a new issue