aboutsummaryrefslogtreecommitdiff
path: root/app/views/update/apply.phtml
blob: 2c7f5ea184cf1901e1fa50b6419c0c921e2ba8b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php
	declare(strict_types=1);
	/** @var FreshRSS_View $this */
	$this->partial('aside_configure');
?>
<main class="post">
	<h1><?= _t('admin.update') ?></h1>

	<?php
		// @phpstan-ignore function.notFound
		ask_info_update();
	?>
</main>