getBodaccPdf.php update
This commit is contained in:
parent
b3179939a1
commit
33fd36833c
@ -126,7 +126,7 @@ Téléchargez le témoin de publication
|
||||
</a>
|
||||
</p>
|
||||
*/
|
||||
preg_match('/\<a href="\/annonce\/telecharger\/(.*)"\>/', $result['content'], $matches);
|
||||
preg_match('/\<a href="\/annonce\/telecharger\/(.*)"/', $result['content'], $matches);
|
||||
|
||||
echo $url = $site.'/annonce/telecharger/'.$matches[1];
|
||||
echo "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user