缤纷彩虹天地 触屏版
微言微语
最新评论
给我留言
友情链接
原创程序
62
各类教程
83
源码分享
59
安卓软件
20
电脑软件
90
MRP回忆
3
影音风暴
11
电子书
1
谈天说地
97
回复
@散人玩家
:
case 'xiazai': if (isset($_GET['url'])) { $path =trim(urldecode($_GET['url'])); if(!in_array($x->get_file_ext($path),explode(',', $conf['download_ext']))){ die("不允许下载的文件类型!"); } header('Content-Type: application/octet-stream'); header("Content-Disposition: attachment; filename=\"" . basename($path) . "\""); header("Content-Length: " . filesize($path)); readfile($path); } break; 应该是没有吧,我就是这样设置的
昵称
邮箱
主页
请勾选本项再提交评论