diff options
-rw-r--r-- | includes/tarball.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/tarball.php b/includes/tarball.php index 344116e..737aefa 100644 --- a/includes/tarball.php +++ b/includes/tarball.php @@ -35,9 +35,7 @@ function return_tarball($name, $contents) header('Pragma: public'); ob_end_flush(); - ob_start(); $tarball = new Archive_Tar("php://stdout", "bz2"); $tarball->create($contents); - ob_end_flush(); } |