summaryrefslogtreecommitdiff
path: root/download.inc
diff options
context:
space:
mode:
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();
}