diff options
author | Sashi20 | 2018-06-29 14:49:50 +0530 |
---|---|---|
committer | Sashi20 | 2018-06-29 14:49:50 +0530 |
commit | f36670e81c0caeab5147b06025c7510a5105d99a (patch) | |
tree | b50149eaaf765b73f6e02643480a76c5962a3b85 /download.inc | |
parent | 8c0c537c39f0a776c13077e6a709550e9a190d38 (diff) | |
download | cfd_case_study-f36670e81c0caeab5147b06025c7510a5105d99a.tar.gz cfd_case_study-f36670e81c0caeab5147b06025c7510a5105d99a.tar.bz2 cfd_case_study-f36670e81c0caeab5147b06025c7510a5105d99a.zip |
Modified destination path and minor changes
Diffstat (limited to 'download.inc')
-rwxr-xr-x | download.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/download.inc b/download.inc index c411a2a..bcbf9ed 100755 --- a/download.inc +++ b/download.inc @@ -57,6 +57,6 @@ function cfd_case_study_project_files() { header("Expires: 0"); header("Pragma: no-cache"); readfile($root_path . $directory_name . $abstract_file); - //ob_end_flush(); + ob_end_flush(); ob_clean(); } |