mirror of
https://github.com/flextype/flextype.git
synced 2025-08-13 00:24:15 +02:00
- Plugins Controller implementation
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
|
||||
<form>
|
||||
<input type="hidden" name="url" value="{{ base_url() }}/admin/plugins/change_status">
|
||||
<input type="hidden" name="url" value="{{ base_url() }}/admin/plugins/update">
|
||||
<input type="hidden" name="{{csrf.keys.name}}" value="{{csrf.name}}">
|
||||
<input type="hidden" name="{{csrf.keys.value}}" value="{{csrf.value}}">
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user