From: Vincent Vanwaelscappel Date: Wed, 15 Oct 2025 10:44:36 +0000 (+0200) Subject: wait #7646 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0ee98ee9dde4f48be80cb5edf626a263994ddc27;p=fluidbook-toolbox.git wait #7646 @0.25 --- diff --git a/app/Console/Commands/DSNCheck.php b/app/Console/Commands/DSNCheck.php index e2a684d93..562284691 100644 --- a/app/Console/Commands/DSNCheck.php +++ b/app/Console/Commands/DSNCheck.php @@ -21,7 +21,7 @@ class DSNCheck extends ToolboxCommand // Only check if the day of the month is less than 16 (after it's too late btw) if ($day <= 15) { try { - $dsn = new Api('44268625900098', 'CASTEL', 'Jean-François', 'p$52aieqvXYGQ8*Ki2rn', 25); + $dsn = new Api('44268625900098', 'CASTEL', 'Jean-François', 'Un0czNL#@5ZI^to@tArg', 25); $date = new DateTime('first day of last month'); $date->setDate($date->format('Y'), $date->format('m'), 20); $datestr = $date->format('d/m/Y'); @@ -36,8 +36,8 @@ class DSNCheck extends ToolboxCommand $ok = true; continue; } - $feedback = $dsn->getFeedbacks($sub->idflux); - dd($feedback); + //$feedback = $dsn->getFeedbacks($sub->idflux); + //dd($feedback); } if (!$ok) { $notify = "Aucune DNS valide envoyée depuis le " . date('d/m/Y', $date->getTimestamp());