Welcome to mirror list, hosted at ThFree Co, Russian Federation.

email.validate_plaintext.php « templates - github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 05035994551897c3c6dac5eb01c9baf8c0840d87 (plain)
1
2
3
<?php
echo $l->t("To create a new account on %s, just click the following link:", [$_['sitename']]);
echo str_replace('{link}', $_['link'], "\n\n{link}");