15 lines
314 B
PHP
15 lines
314 B
PHP
<?php
|
|
/**
|
|
* forgotten.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author TL <mengwb@opencart.cn>
|
|
* @created 2022-08-16 17:22:41
|
|
* @modified 2022-08-16 17:22:41
|
|
*/
|
|
|
|
return [
|
|
'verify_code_sent' => 'Verify Code sent successfully',
|
|
];
|