open_source_bms icon indicating copy to clipboard operation
open_source_bms copied to clipboard

php7.0 7.1 编辑器上传图片爆rand() expects parameter 2 to be integer, float given

Open suifeng168 opened this issue 8 years ago • 0 comments

检查是发现 UeditorUpload.php 文件的问题 $randNum = rand(1, 10000000000) . rand(1, 10000000000); 应该是 $randNum = rand(1, 10000).rand(1, 10000);

suifeng168 avatar May 11 '17 14:05 suifeng168