Added preorderTrigger / added cif api docs

This commit is contained in:
Frank Schubert
2024-02-26 23:13:30 +01:00
parent 26d022441d
commit 2af51a2f57
7 changed files with 425 additions and 186 deletions

View File

@@ -6,6 +6,7 @@ class UserToken extends mfBaseController
public static function checkToken()
{
if (isset($_COOKIE[MFAPPNAME . '_remembertoken'])) {
$refresh = false;
$cookie = explode(':', $_COOKIE[MFAPPNAME . '_remembertoken']);
if (count($cookie) === 2) {
$db = new FronkDB();