发布v2.6.9版本

This commit is contained in:
雨中磐石
2025-05-27 14:51:24 +08:00
parent 16829278ae
commit d0c604e040
31 changed files with 661 additions and 242 deletions

View File

@@ -77,6 +77,8 @@ class upfileChajian extends Chajian{
$bo = false;
$upallfile = $this->jpgallext.$this->upallfile;
if($this->contain($upallfile, '|'.$ext.'|'))$bo = true;
$stype = getconfig('savefiletype');//可直接保存的文件类型
if($stype && !$bo && $this->contain(','.$stype.',', ','.$ext.','))$bo = true;
return $bo;
}