WIP: schedulers..

This commit is contained in:
2025-10-08 15:53:45 +00:00
parent f440223a26
commit cf65b86547
11 changed files with 54 additions and 59 deletions

View File

@@ -39,7 +39,7 @@ function getOrder($token, $orderId)
function brecho($msg)
{
echo '<br><pre>';
var_dump($msg);
print_r($msg);
echo PHP_EOL;
echo '</pre><br>';
}