| Current Path : /home/h/a/p/happyrenas/myreco.online/ |
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/myreco.online/ajax_initialiser_hebergement.php |
<?
include("configuration.php");
include("includes/fonctions.php");
$page="fiche.php";
// Échapper le token de la requête
$token = $db->escape($_REQUEST['token']);
if (!$token) exit;
$message = initialiserHebergementSiNecessaire($token);
echo json_encode([
'success' => strpos($message, 'Initialisation effectuée') !== false,
'message' => $message
]);
?>