mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-25 20:44:01 +01:00
[ticket/14595] Added SMTP port to getConfigTreeBuilder
PHPBB3-14595
This commit is contained in:
parent
961ffee684
commit
bf37cdf878
@ -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…
x
Reference in New Issue
Block a user