fix: il faut faire passer alea
This commit is contained in:
parent
39e66784ee
commit
569de1e0d7
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ function inc_charger_pdf_dist($fichier_pdf, $contexte = [], $args = []){
|
||||||
$password = lire_config('curl_mdp');
|
$password = lire_config('curl_mdp');
|
||||||
|
|
||||||
$contexte['spipdf'] = $contexte['spipdf'] ?? $fichier_pdf ;
|
$contexte['spipdf'] = $contexte['spipdf'] ?? $fichier_pdf ;
|
||||||
|
$contexte['alea'] = time();
|
||||||
$url = generer_url_public('spipdf', $contexte, true, false);
|
$url = generer_url_public('spipdf', $contexte, true, false);
|
||||||
|
|
||||||
$CurlConnect = curl_init();
|
$CurlConnect = curl_init();
|
||||||
|
|
Loading…
Add table
Reference in a new issue