16 lines
401 B
PHP
16 lines
401 B
PHP
<?php
|
|
/**
|
|
* header.php
|
|
*
|
|
* @copyright 2022 beikeshop.com - All Rights Reserved
|
|
* @link https://beikeshop.com
|
|
* @author Edward Yang <yangjin@guangda.work>
|
|
* @created 2022-08-02 19:03:19
|
|
* @modified 2022-08-02 19:03:19
|
|
*/
|
|
|
|
return [
|
|
'create_token' => 'Create Token',
|
|
'password_text' => 'If the password is left blank, it will not be modified',
|
|
];
|