mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 16:21:08 +05:30
13 lines
256 B
PHP
13 lines
256 B
PHP
<?php
|
|
/**
|
|
* @var string $username
|
|
* @var string $key
|
|
*/
|
|
?>
|
|
|
|
This E-mail was specified as new for account <?= $username ?>. To confirm this E-mail, pass code below into form on site.
|
|
|
|
Code: <?= $key ?>
|
|
|
|
// P.S. yes, this is E-mail is not designed yet :)
|