| Current Path : /home/h/a/p/happyrenas/old/huissier-express.fr/administration/panel/ |
Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 |
| Current File : /home/h/a/p/happyrenas/old/huissier-express.fr/administration/panel/xml_force.php |
<?php
$date_creation = $_GET['date_creation'];
$date_creation = date("Y-m-d", strtotime($date_creation));
$url_de_base="https://www.huissier-express.fr";
$file = $url_de_base."/administration/panel/xml.php?date=".$date_creation;
header("Content-Description: File Transfer");
header("Content-Type: application/octet-stream");
header("Content-Disposition: attachment; filename=\"$file\"");
readfile ($file);
?>