mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-20 21:20:08 +00:00
Replace {@SECURITY_TOKEN_INPUT_TAG} by {csrfToken}
This commit is contained in:
parent
b76a1cee9e
commit
5e25c22b60
2
LICENSE
2
LICENSE
@ -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
|
||||
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
|
||||
published by the Free Software Foundation.
|
||||
|
@ -64,7 +64,7 @@
|
||||
|
||||
<div class="formSubmit">
|
||||
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
|
||||
{@SECURITY_TOKEN_INPUT_TAG}
|
||||
{csrfToken}
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
@ -105,7 +105,7 @@
|
||||
|
||||
<div class="formSubmit">
|
||||
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
|
||||
{@SECURITY_TOKEN_INPUT_TAG}
|
||||
{csrfToken}
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
@ -99,7 +99,7 @@ require([ 'Bastelstu.be/PromiseWrap/Ajax', 'Bastelstu.be/PromiseWrap/Ui/Confirma
|
||||
|
||||
<div class="formSubmit">
|
||||
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
|
||||
{@SECURITY_TOKEN_INPUT_TAG}
|
||||
{csrfToken}
|
||||
</div>
|
||||
</section>
|
||||
</form>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<dt></dt>
|
||||
<dd>
|
||||
<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>
|
||||
</dl>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user