Adding token and current timestamp to html.
This commit is contained in:
@@ -40,13 +40,13 @@
|
||||
<input type="text" name="editor" value="User {{ editor }}" disabled>
|
||||
|
||||
<!-- Current Timestamp -->
|
||||
<input type="hidden" name="_currts" value="##CURRENT_TIMESTAMP##">
|
||||
<input type="hidden" name="_currts" value={{ timestamp }}>
|
||||
|
||||
<!-- Method -->
|
||||
<input type="hidden" name="_method" value="put">
|
||||
|
||||
<!-- Token -->
|
||||
<input type="hidden" name="_token" value="##TOKEN##">
|
||||
<input type="hidden" name="_token" value={{ token }}>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user