mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-08 11:57:57 +08:00
修复问题
This commit is contained in:
parent
7cd3b4e399
commit
cf628cbbba
@ -11,8 +11,7 @@
|
||||
include_once libfile('class/ZipStream');
|
||||
|
||||
$patharr = $_GET['paths'];
|
||||
//print_r($_GET);
|
||||
exit('dfdsfsf');
|
||||
|
||||
$meta = IO::getMeta(dzzdecode($patharr[0]));
|
||||
if ($meta['error'])exit($meta['error']);
|
||||
$filename = (strtolower(CHARSET) == 'utf-8' && (strexists($_SERVER['HTTP_USER_AGENT'], 'MSIE') || strexists($_SERVER['HTTP_USER_AGENT'], 'Edge') || strexists($_SERVER['HTTP_USER_AGENT'], 'rv:11')) ? urlencode($meta['name']) : $meta['name']);
|
||||
|
Loading…
Reference in New Issue
Block a user