summaryrefslogtreecommitdiff
path: root/download.inc
diff options
context:
space:
mode:
authorSashi202018-06-29 14:49:50 +0530
committerSashi202018-06-29 14:49:50 +0530
commitf36670e81c0caeab5147b06025c7510a5105d99a (patch)
treeb50149eaaf765b73f6e02643480a76c5962a3b85 /download.inc
parent8c0c537c39f0a776c13077e6a709550e9a190d38 (diff)
downloadcfd_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-xdownload.inc2
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();
}