mastodonapi.php aktualisiert

This commit is contained in:
simonpipe 2025-08-13 17:02:27 +02:00
parent 52e5c878ba
commit 11ebd5ac2e

View file

@ -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;
} }