Update ConfigCommand to allow setting of htaccess-protect option

main
Wil Hall 7 years ago
parent 6b806d3afd
commit afe83a7356

@ -402,6 +402,7 @@ EOT
}, },
), ),
'github-expose-hostname' => array($booleanValidator, $booleanNormalizer), 'github-expose-hostname' => array($booleanValidator, $booleanNormalizer),
'htaccess-protect' => array($booleanValidator, $booleanNormalizer),
); );
$multiConfigValues = array( $multiConfigValues = array(
'github-protocols' => array( 'github-protocols' => array(

Loading…
Cancel
Save