From: Michael Date: Sat, 9 Nov 2019 03:17:18 +0000 (+0000) Subject: Pinning: Missing file added X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bdacda32bad23608de3681d9283990e911f2c193;p=friendica.git Pinning: Missing file added --- 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(); + } +}