12 lines
172 B
PHP
Executable File
12 lines
172 B
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
|
|
'update' => array(
|
|
'error' => '更新过程中出现了问题。',
|
|
'success' => '设置配置信息更新成功。'
|
|
),
|
|
|
|
);
|