aboutsummaryrefslogtreecommitdiff
path: root/app/views/extension/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/extension/index.phtml')
-rw-r--r--app/views/extension/index.phtml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/extension/index.phtml b/app/views/extension/index.phtml
index 4b0d5ebeb..7cb16bfff 100644
--- a/app/views/extension/index.phtml
+++ b/app/views/extension/index.phtml
@@ -5,7 +5,8 @@
<h1><?php echo _t('admin.extensions.title'); ?></h1>
- <form id="form-extension" method="post" aria-hidden="true"></form>
+ <form id="form-extension" method="post">
+ <input type="hidden" name="_csrf" value="<?php echo FreshRSS_Auth::csrfToken(); ?>" />
<?php if (!empty($this->extension_list['system'])) { ?>
<h2><?php echo _t('admin.extensions.system'); ?></h2>
<?php
@@ -31,6 +32,7 @@
?>
<p class="alert alert-warn"><?php echo _t('admin.extensions.empty_list'); ?></p>
<?php } ?>
+ </form>
</div>
<?php $class = isset($this->extension) ? ' class="active"' : ''; ?>