PHPIndex

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`).

email_need_validation.txt.php
wget 'https://lists2.roe3.org/FreshRSS/app/views/user_mailer/email_need_validation.txt.php'
View Content
<?php
	declare(strict_types=1);
	/** @var FreshRSS_View $this */
?>
<?= _t('user.mailer.email_need_validation.welcome', $this->username) ?>

<?= _t('user.mailer.email_need_validation.body', $this->site_title) ?>

<?= $this->validation_url ?>
<?php