Skip to content

Commit

Permalink
fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
aviggngyv committed Jan 18, 2018
1 parent d9cd2f6 commit f7ede07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/includes/common.inc
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,7 @@ function hunter_download($filename, $conent) {
header('Content-type: application/octet-stream');

readfile($filename);
exit;
}

/**
Expand Down

0 comments on commit f7ede07

Please sign in to comment.