summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-25 04:20:08 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-25 04:20:08 +0000
commit864210cbae06a569e64faf250f1ce74a98484d4d (patch)
tree30da43d3f282b4885ccb265971c20c3e4d363619 /etc/inc/pkg-utils.inc
parent43db85f85856fdbf1d3e9905c0ca91db271e0ab7 (diff)
downloadpfsense-864210cbae06a569e64faf250f1ce74a98484d4d.zip
pfsense-864210cbae06a569e64faf250f1ce74a98484d4d.tar.gz
Output buffer so that progress bar, etc works
Diffstat (limited to 'etc/inc/pkg-utils.inc')
-rw-r--r--etc/inc/pkg-utils.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc
index 4922676..d0982c8 100644
--- a/etc/inc/pkg-utils.inc
+++ b/etc/inc/pkg-utils.inc
@@ -345,6 +345,7 @@ function read_header($ch, $string) {
if($regs[2] <> "") {
$file_size = intval($regs[2]);
}
+ ob_flush();
return $length;
}
OpenPOWER on IntegriCloud