dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit b7ca5bcfe2 - Show all commits
+1 -1
View File
@@ -87,7 +87,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
<a href="index.php?pfad=show-mail&token=' . htmlspecialchars($token) . '" target="_blank">xy</a>.'; <a href="index.php?pfad=show-mail&token=' . htmlspecialchars($token) . '" target="_blank">xy</a>.';
} catch (Exception $e) { } catch (Exception $e) {
$error = $e->getMessage(); $error = "Die Registrierung konnte nicht verarbeitet werden.";
} }
} }
} }