mirror of
https://github.com/wbbaddons/Tims-Chat.git
synced 2024-12-21 21:30: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
|
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.
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user