From 36cb152313b0ea446b048e840e6b3c36f1148b1e Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 Jul 2016 13:08:39 +0800 Subject: [PATCH] UpdateDatabase.php --- UpdateDatabase.php | 3 +++ 1 file changed, 3 insertions(+) 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(); } -- 2.39.2