From 8d00e4b9a0030a55d8ec881e29db260343c0a70d Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Mon, 7 May 2018 12:57:40 +0200 Subject: [PATCH] addedn \n after the location --- cms-vss.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cms-vss.php b/cms-vss.php index 2e32fdc..f6b9ac3 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -220,7 +220,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$row[1], GLOB_BRACE) as $ echo "\n"; $location = $versionfile; $trim = str_replace($row[1], '', $location); - print_r ("location:".$trim); + print_r ("location:".$trim)."\n"; } @@ -239,7 +239,7 @@ foreach(glob("/home/".$argv[1]."/public_html/".$row[1], GLOB_BRACE) as $versionf echo "\n"; $location = $versionfile; $trim = str_replace($row[1], '', $location); - print_r ("location:".$trim); + print_r ("location:".$trim)."\n"; } @@ -274,7 +274,7 @@ foreach(glob("/home/".$argv[1]."/public_html/{**/*,*}".$raw[1], GLOB_BRACE) as $ echo "\n"; $location = $versionfiles; $trim = str_replace($raw[1], '', $location); - print_r ("location:".$trim); + print_r ("location:".$trim)."\n"; } }