CRMEB/crmeb/config/captcha.php
2021-07-13 16:49:21 +08:00

6 lines
68 B
PHP

<?php
return [
'codeSet' => '1234567890',
'length' => 4,
];