1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-24 20:17:58 +02:00

[ticket/14595] Added SMTP port to getConfigTreeBuilder

PHPBB3-14595
This commit is contained in:
Derek Held
2016-05-14 07:56:30 -07:00
parent 961ffee684
commit bf37cdf878

View File

@ -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()