mirror of https://gitee.com/karson/fastadmin.git
!364 update application/common/library/Upload.php.
Merge pull request !364 from 御宅男/N/Apull/327/MERGE
commit
9a239de4b1
|
|
@ -15,19 +15,6 @@ use think\Hook;
|
||||||
*/
|
*/
|
||||||
class Upload
|
class Upload
|
||||||
{
|
{
|
||||||
|
|
||||||
/**
|
|
||||||
* 验证码有效时长
|
|
||||||
* @var int
|
|
||||||
*/
|
|
||||||
protected static $expire = 120;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 最大允许检测的次数
|
|
||||||
* @var int
|
|
||||||
*/
|
|
||||||
protected static $maxCheckNums = 10;
|
|
||||||
|
|
||||||
protected $merging = false;
|
protected $merging = false;
|
||||||
|
|
||||||
protected $chunkDir = null;
|
protected $chunkDir = null;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue