diff --git a/common/script.php b/common/script.php index 86f69f2c1..1d0ac583c 100644 --- a/common/script.php +++ b/common/script.php @@ -74,6 +74,7 @@ function printFileList($list){ if(file_exists($file)){ $f = fopen($file,"r"); fpassthru($f); + print("\n"); } } }