Updates to 03-2025

This commit is contained in:
Kevin Adametz 2025-04-01 10:39:21 +02:00
parent 6167273a48
commit 9b54eb0512
348 changed files with 34535 additions and 5774 deletions

View file

@ -43,6 +43,7 @@ class CronController extends Controller
if($key !== 'key'){
abort(404);
}
die('not in use');
if($action === 'check_payments_account'){
$this->checkPaymentsAccounts();
}
@ -54,6 +55,8 @@ class CronController extends Controller
*/
public function checkConfirmation()
{
/*
User Register sind in der DB UserRegister, erst bei bestätigung wird es in die User DB übertragen
$now = date('Y-m-d H:i:s');
$next = date('Y-m-d H:i:s', strtotime('+3 week'));
@ -73,7 +76,7 @@ class CronController extends Controller
$user->confirmation_code_remider = 1;
$user->save();
}
}
}*/
return "TOSK";
}