diff options
-rwxr-xr-x | full_download.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/full_download.inc b/full_download.inc index fa8c87c..68c79ff 100755 --- a/full_download.inc +++ b/full_download.inc @@ -221,7 +221,7 @@ $zip->addFile($root_path . $dependency_file_data->filepath, $BK_PATH . $PENDING_ //header('Expires: 0'); //header('Pragma: no-cache'); //ob_end_flush(); - //ob_clean(); + ob_end_clean(); //flush(); readfile($zip_filename); unlink($zip_filename); |