From bdacda32bad23608de3681d9283990e911f2c193 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 9 Nov 2019 03:17:18 +0000 Subject: [PATCH] Pinning: Missing file added --- src/Module/Pinned.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/Module/Pinned.php diff --git a/src/Module/Pinned.php b/src/Module/Pinned.php new file mode 100644 index 0000000000..e4c0d2b0e7 --- /dev/null +++ b/src/Module/Pinned.php @@ -0,0 +1,40 @@ +internalRedirect($returnPath . $rand); + } + + // the json doesn't really matter, it will either be 0 or 1 + echo json_encode((int)$pinned); + exit(); + } +}