summaryrefslogtreecommitdiff
path: root/includes/tarball.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/tarball.php')
-rw-r--r--includes/tarball.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/tarball.php b/includes/tarball.php
index 151bf17..344116e 100644
--- a/includes/tarball.php
+++ b/includes/tarball.php
@@ -36,7 +36,7 @@ function return_tarball($name, $contents)
ob_end_flush();
ob_start();
- $tarball = new Archive_Tar("php://output", "bz2");
+ $tarball = new Archive_Tar("php://stdout", "bz2");
$tarball->create($contents);
ob_end_flush();