mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-14 10:31:28 +01:00
feature: csrf protection
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<form action="?" method="post">
|
||||
{{ csrf() }}
|
||||
<input type="hidden" name="action" value="new_post" />
|
||||
<input type="hidden" name="thread_id" value=" {{ thread_id }}" />
|
||||
<input type="hidden" name="subtopic" value="forum" />
|
||||
|
||||
Reference in New Issue
Block a user