]> _ Git - fluidbook-toolbox.git/commitdiff
wait #7646 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Oct 2025 10:44:36 +0000 (12:44 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 15 Oct 2025 10:44:36 +0000 (12:44 +0200)
app/Console/Commands/DSNCheck.php

index e2a684d9367fbae82350eb0348027d90f3034dc3..56228469160ddaba8606a156e8faae6106988954 100644 (file)
@@ -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());