mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-15 02:41:30 +01:00
Admin Panel: changelogs csrf protection
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
</div>
|
||||
<form role="form" method="post" action="{{ cl_link_form }}" id="cl-edit-form">
|
||||
{{ csrf() }}
|
||||
<input type="hidden" name="action" value="{{ action }}" />
|
||||
<div class="card-body">
|
||||
{% if action == 'edit' %}
|
||||
<input type="hidden" name="id" value="{{ cl_id }}"/>
|
||||
|
||||
Reference in New Issue
Block a user