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: 4a1dbdbdb52aadca25a8ea320e7bb19fe5796279 (plain)
1
2
3
<?php
echo $l->t("To create a new account on %s, just click the following link:", [$_['sitename']]);
echo "\n\n".$_['link'];