15 lines
363 B
PHP
15 lines
363 B
PHP
<?php
|
|
/**
|
|
* forgotten.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author TL <mengwb@guangda.work>
|
|
* @created 2022-08-16 17:22:41
|
|
* @modified 2022-08-16 17:22:41
|
|
*/
|
|
|
|
return [
|
|
'verify_code_sent' => 'Il codice di verifica è stato inviato, controlla e inserisci il codice di verifica',
|
|
];
|