|
<?php
|
|
/**
|
|
* file.php
|
|
*
|
|
* @copyright 2022 opencart.cn - All Rights Reserved
|
|
* @link http://www.guangdawangluo.com
|
|
* @author TL <mengwb@opencart.cn>
|
|
* @created 2022-08-30 12:03:19
|
|
* @modified 2022-08-30 12:03:19
|
|
*/
|
|
|
|
return [
|
|
'uploaded_success' => 'Uploaded Success',
|
|
];
|