Replace {@SECURITY_TOKEN_INPUT_TAG} by {csrfToken}

This commit is contained in:
Tim Düsterhus 2021-08-15 12:48:36 +02:00
parent b76a1cee9e
commit 5e25c22b60
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ Additional Use Grant: You may use the Licensed Work when your application
uses the Licensed Work for a purpose that does neither uses the Licensed Work for a purpose that does neither
directly or indirectly generate revenue. directly or indirectly generate revenue.
Change Date: 2025-03-05 Change Date: 2025-08-15
Change License: Version 2 or later of the GNU General Public License as Change License: Version 2 or later of the GNU General Public License as
published by the Free Software Foundation. published by the Free Software Foundation.

View File

@ -64,7 +64,7 @@
<div class="formSubmit"> <div class="formSubmit">
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s"> <input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
{@SECURITY_TOKEN_INPUT_TAG} {csrfToken}
</div> </div>
</form> </form>

View File

@ -105,7 +105,7 @@
<div class="formSubmit"> <div class="formSubmit">
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s"> <input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
{@SECURITY_TOKEN_INPUT_TAG} {csrfToken}
</div> </div>
</form> </form>

View File

@ -99,7 +99,7 @@ require([ 'Bastelstu.be/PromiseWrap/Ajax', 'Bastelstu.be/PromiseWrap/Ui/Confirma
<div class="formSubmit"> <div class="formSubmit">
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s"> <input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
{@SECURITY_TOKEN_INPUT_TAG} {csrfToken}
</div> </div>
</section> </section>
</form> </form>

View File

@ -10,7 +10,7 @@
<dt></dt> <dt></dt>
<dd> <dd>
<input type="datetime" id="datetime" name="datetime" data-placeholder="{lang}chat.log.date{/lang}" value="{if $message}{$message->time|date:'c'}{/if}"> <input type="datetime" id="datetime" name="datetime" data-placeholder="{lang}chat.log.date{/lang}" value="{if $message}{$message->time|date:'c'}{/if}">
{@SECURITY_TOKEN_INPUT_TAG} {csrfToken}
</dd> </dd>
</dl> </dl>