From f70cf5893bb775625e79ed959721ede03e34a108 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 11 Jul 2022 18:54:47 +0200 Subject: Update --- Authentication/MobileCallback/index.php | 63 --------------------------------- 1 file changed, 63 deletions(-) delete mode 100644 Authentication/MobileCallback/index.php (limited to 'Authentication/MobileCallback') diff --git a/Authentication/MobileCallback/index.php b/Authentication/MobileCallback/index.php deleted file mode 100644 index 8c16d67..0000000 --- a/Authentication/MobileCallback/index.php +++ /dev/null @@ -1,63 +0,0 @@ - 0, - 'path' => '/', - 'domain' => "", - 'secure' => true, - 'httponly' => true, - 'samesite' => 'None' - ]); - setcookie("BITS_SESSION_TOKEN", $token, 0, "/", "", true, true); - header("Set-Cookie: BITS_SESSION_TOKEN=" . $token . "; SameSite=None; Path=/; Secure; HttpOnly"); - - header("Location: /Mobile"); - } else { - header("Location: /Authentication/Disallowed"); - } - - die(); -} \ No newline at end of file -- cgit