Update index.php

This commit is contained in:
Fred 2020-10-19 20:46:12 +02:00 committed by GitHub
parent f5bda47965
commit fd02c81190
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@
]); ?>
</div>
<div class="col4 verticalAlignBottom">
<?php echo template::checkbox('configCaptchaStrong', true, 'Captcha renforçé', [
<?php echo template::checkbox('configCaptchaStrong', true, 'Captcha renforcé', [
'checked' => $this->getData(['config', 'captchaStrong']),
'help' => 'Addition de nombres de 0 à 20.'
]); ?>