UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Thu, 14 Jul 2016 05:08:39 +0000 (13:08 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Jul 2016 05:08:39 +0000 (13:08 +0800)
UpdateDatabase.php

index c02843a..51c0cab 100644 (file)
@@ -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(); 
                 }