Modified the file README.md

This commit is contained in:
mm 2025-03-28 23:40:22 +08:00
parent 7496669c92
commit 36fdba9463
8 changed files with 61 additions and 18 deletions

View file

@ -1,6 +1,6 @@
<?php
declare(strict_types=1);
/** @var ImageProxyExtension $this */
/** @var replaceEntryUrlExtension $this */
?>
<form action="<?= _url('extension', 'configure', 'e', urlencode($this->getName())) ?>" method="post">
<input type="hidden" name="_csrf" value="<?= FreshRSS_Auth::csrfToken() ?>" />