UpdateDatabase.php
[Pman.Core] / 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(); 
                 }