Skip to content
Snippets Groups Projects
Commit 22107876 authored by David Siegfried's avatar David Siegfried Committed by Jan-Hendrik Willms
Browse files

use always data-secure, re #2908

Merge request studip/studip!2681
parent a65b26ae
No related branches found
No related tags found
No related merge requests found
<form class="default" name="write_message" action="<?= URLHelper::getLink("dispatch.php/messages/send") ?>" method="post" style="margin-left: auto; margin-right: auto;" data-dialog data-secure="#adressees > li:eq(1), .files > li:eq(1)"> <form class="default" name="write_message" action="<?= URLHelper::getLink("dispatch.php/messages/send") ?>" method="post" style="margin-left: auto; margin-right: auto;" data-dialog data-secure="true">
<?= CSRFProtection::tokenTag() ?> <?= CSRFProtection::tokenTag() ?>
<input type="hidden" name="message_id" id="message_id" value="<?= htmlReady($default_message->id) ?>"> <input type="hidden" name="message_id" id="message_id" value="<?= htmlReady($default_message->id) ?>">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment