This commit is contained in:
Stephen Beaver 2015-09-11 14:22:23 -04:00
parent 4815c56050
commit 61681d00f2

View File

@ -290,7 +290,7 @@ $section->addInput(new Form_Input(
$section->addInput(new Form_Select(
'relay_protocol',
'Fall-back Pool',
'Relay protocol',
$pconfig['relay_protocol'],
['tcp' => 'TCP', 'dns' => 'DNS']
));