Updates to 03-2025
This commit is contained in:
parent
6167273a48
commit
9b54eb0512
348 changed files with 34535 additions and 5774 deletions
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue