You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
451 B
PHP

<?php
// +----------------------------------------------------------------------
// | 验证码设置
// +----------------------------------------------------------------------
return [
// 验证码密钥
'seKey' => 'DolphinPHP.COM',
// 验证码图片高度
'imageH' => 34,
// 验证码图片宽度
'imageW' => 130,
// 验证码字体大小(px)
'fontSize' => 18,
// 验证码位数
'length' => 4,
];