diff options
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(); } |