addedn \n after the location

This commit is contained in:
Palma Solutions LTD
2018-05-07 12:57:40 +02:00
parent 7fb0ff3cc6
commit 8d00e4b9a0

View File

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