added echo \n instead

This commit is contained in:
Palma Solutions LTD
2018-05-07 13:03:19 +02:00
parent 992c9efdea
commit bd9586b729

View File

@@ -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";
}
}