CRMEB_PRO_M/config/captcha.php

6 lines
68 B
PHP

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