captcha.php 68 B

123456
  1. <?php
  2. return [
  3. 'codeSet' => '1234567890',
  4. 'length' => 4,
  5. ];