From bd9586b72917e7290cccdf955593156ed23c0b3c Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Mon, 7 May 2018 13:03:19 +0200 Subject: [PATCH] added echo \n instead --- cms-vss.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/cms-vss.php b/cms-vss.php index f6b9ac3..d8f6374 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -221,7 +221,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$row[1], GLOB_BRACE) as $ $location = $versionfile; $trim = str_replace($row[1], '', $location); print_r ("location:".$trim)."\n"; - + echo "\n"; } } @@ -240,7 +240,7 @@ foreach(glob("/home/".$argv[1]."/public_html/".$row[1], GLOB_BRACE) as $versionf $location = $versionfile; $trim = str_replace($row[1], '', $location); print_r ("location:".$trim)."\n"; - + echo "\n"; } } @@ -275,6 +275,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$raw[1], GLOB_BRACE) as $ $location = $versionfiles; $trim = str_replace($raw[1], '', $location); print_r ("location:".$trim)."\n"; + echo "\n"; } } @@ -294,6 +295,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$raw[1], GLOB_BRACE) as $ $location = $versionfiles; $trim = str_replace($raw[1], '', $location); print_r ("location:".$trim."\n"); + echo "\n"; } } @@ -328,6 +330,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$rxw[1], GLOB_BRACE) as $ $location = $versionfilex; $trim = str_replace($rxw[1], '', $location); print_r ("location:".$trim."\n"); + echo "\n"; } } @@ -348,6 +351,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$rxw[1], GLOB_BRACE) as $ $location = $versionfilex; $trim = str_replace($rxw[1], '', $location); print_r ("location:".$trim."\n"); + echo "\n"; } }