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

index 51c0cab..c55397d 100644 (file)
@@ -402,7 +402,7 @@ class Pman_Core_UpdateDatabase extends Pman
                 { 
                     // send the current file part to the browser 
                     $line = fread($fp, 1024);
-                    echo $line;
+                    echo '->>> ' .  $line . " <<<---\n";
                     echo "--";