发布v2.6.9版本
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user