This page lists files in the current directory. You can view content, get download/execute commands for Wget, Curl, or PowerShell, or filter the list using wildcards (e.g., `*.sh`).
wget 'https://lists2.roe3.org/FreshRSS/app/views/category/actualize.phtml'
OK
wget 'https://lists2.roe3.org/FreshRSS/app/views/category/refreshOpml.phtml'
OK
wget 'https://lists2.roe3.org/FreshRSS/app/views/category/update.phtml'
<?php
declare(strict_types=1);
/** @var FreshRSS_View $this */
if (!Minz_Request::paramBoolean('ajax')) {
$this->partial('aside_subscription');
}
if ($this->category !== null) {
$this->renderHelper('category/update');
}