mastodonapi.php aktualisiert
This commit is contained in:
parent
52e5c878ba
commit
11ebd5ac2e
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@ MD;
|
||||||
echo "<meta http-equiv='refresh' content='5;url={$redirectUrl}'>";
|
echo "<meta http-equiv='refresh' content='5;url={$redirectUrl}'>";
|
||||||
echo "<title>Mastodon/GoToSocial API</title></head><body>";
|
echo "<title>Mastodon/GoToSocial API</title></head><body>";
|
||||||
echo "<p>" . htmlspecialchars($message) . "</p>";
|
echo "<p>" . htmlspecialchars($message) . "</p>";
|
||||||
echo "<p>Du wirst in 5 Sekunden weitergeleitet…</p>";
|
echo "<p>You will be redirected in 5 seconds...</p>";
|
||||||
echo "</body></html>";
|
echo "</body></html>";
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue