we don't need the echo \n after all
This commit is contained in:
parent
bd9586b729
commit
09af660610
@ -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";
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user