From 09af6606103331cd17fbc86ec212d7d672578814 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Mon, 7 May 2018 13:11:55 +0200 Subject: [PATCH] we don't need the echo \n after all --- cms-vss.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cms-vss.php b/cms-vss.php index d8f6374..ce552b5 100644 --- a/cms-vss.php +++ b/cms-vss.php @@ -221,7 +221,6 @@ 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 +239,6 @@ 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,7 +273,6 @@ 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"; } } @@ -295,7 +292,6 @@ 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"; } } @@ -330,7 +326,6 @@ 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"; } } @@ -351,7 +346,6 @@ 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"; } }