mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/14595] Added SMTP port to getConfigTreeBuilder
PHPBB3-14595
This commit is contained in:
parent
961ffee684
commit
bf37cdf878
1 changed files with 3 additions and 0 deletions
|
@ -93,6 +93,9 @@ class installer_configuration implements ConfigurationInterface
|
|||
->scalarNode('smtp_host')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
->scalarNode('smtp_port')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
->scalarNode('smtp_auth')
|
||||
->defaultValue(null)
|
||||
->end()
|
||||
|
|
Loading…
Add table
Reference in a new issue