From: Alan Knowles Date: Thu, 14 Jul 2016 05:08:39 +0000 (+0800) Subject: UpdateDatabase.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=36cb152313b0ea446b048e840e6b3c36f1148b1e UpdateDatabase.php --- diff --git a/UpdateDatabase.php b/UpdateDatabase.php index c02843a9..51c0cabf 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -403,6 +403,9 @@ class Pman_Core_UpdateDatabase extends Pman // send the current file part to the browser $line = fread($fp, 1024); echo $line; + echo "--"; + + // flush the content to the browser flush(); }