8 lines
198 B
PHP
Executable File
8 lines
198 B
PHP
Executable File
<?php
|
|
$nomFicAppelant = basename(__FILE__);
|
|
// https://www.dpd.fr/professionnels
|
|
// curl -u [username] https://api.getdpd.com/v2/
|
|
|
|
|
|
echo '<b>Attention ! DPD non encore en place</b>';
|
|
?>
|