发布v2.6.3版本

This commit is contained in:
雨中磐石
2024-05-04 17:53:06 +08:00
parent b0d1a233bd
commit 3048af398c
26 changed files with 176 additions and 56 deletions

View File

@@ -68,6 +68,11 @@ class publicClassAction extends ActionNot{
$this->smartydata['filepath'] = $this->jm->base64encode($filepath);
$this->smartydata['filepaths']= $filepath;
$this->smartydata['filename'] = $frs['filename'];
$str = 'mode/pdfjs2/viewer.html';
//exit($this->rock->HTTPweb);
if(!$this->displayfile && file_exists($str) && !contain($this->rock->web,'MSIE') && !contain($this->rock->HTTPweb,'Chrome/5'))$this->displayfile = $str;
$fobj->addlogs($id,0);//记录预览记录
}