captcha.php 478 B

123456789101112131415161718192021
  1. <?php
  2. /**
  3. * Created by PhpStorm.
  4. * User: admin
  5. * Date: 2018/12/21
  6. * Time: 16:26
  7. */
  8. return [
  9. 'default' => [
  10. 'length' => 4,
  11. 'width' => 240,
  12. 'height' => 72,
  13. 'quality' => 99,
  14. 'lines' => 6,
  15. 'bgImage' => false,
  16. 'bgColor' => '#ecf2f4',
  17. 'fontColors'=> ['#2c3e50'],//, '#c0392b', '#16a085', '#c0392b', '#8e44ad', '#303f9f', '#f57c00', '#795548'
  18. 'contrast' => -5,
  19. ],
  20. // ...
  21. ];