comme d'hab' ne pas laisser trainer de var_dump()

This commit is contained in:
cy_altern 2021-01-14 21:44:42 +01:00
parent 4240e86452
commit c464fcae54

View file

@ -4,7 +4,6 @@ if (!defined('_ECRIRE_INC_VERSION')){
}
function inc_charger_pdf_dist($fichier_pdf, $contexte = []){
var_dump($contexte);
$login = lire_config('curl_login');
$password = lire_config('curl_mdp');
$url = $GLOBALS['meta']['adresse_site'].'/spip.php?page=spipdf&spipdf='.$fichier_pdf;