You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
842 B
24 lines
842 B
<?php
|
|
// +----------------------------------------------------------------------
|
|
// | YFCMF [ WE CAN DO IT MORE SIMPLE ]
|
|
// +----------------------------------------------------------------------
|
|
// | Copyright (c) 2015-2016 http://www.rainfer.cn All rights reserved.
|
|
// +----------------------------------------------------------------------
|
|
// | Author: rainfer <81818832@qq.com>
|
|
// +----------------------------------------------------------------------
|
|
return [
|
|
'apiHost'=>'http://sc.szcaee.net:8092/',
|
|
'default_filter' => 'htmlspecialchars,RemoveXSS',
|
|
//验证码
|
|
'verify'=>[
|
|
'fontSize' =>24,
|
|
'fontttf'=>'1.ttf',
|
|
'useImgBg'=>false,
|
|
'useZh'=>false,
|
|
'imageH' => 42,
|
|
'imageW' => 250,
|
|
'length' => 4,
|
|
'useCurve' =>false,
|
|
'codeSet'=>'1234567890'
|
|
],
|
|
];
|