From f7ede071929193583dc5febf5e6c9c6833e5484b Mon Sep 17 00:00:00 2001 From: zhiqiang Date: Thu, 18 Jan 2018 19:11:55 +0800 Subject: [PATCH] fix download --- core/includes/common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/core/includes/common.inc b/core/includes/common.inc index fcc6c15..5a22862 100644 --- a/core/includes/common.inc +++ b/core/includes/common.inc @@ -484,6 +484,7 @@ function hunter_download($filename, $conent) { header('Content-type: application/octet-stream'); readfile($filename); + exit; } /**