|
@@ -12,7 +12,7 @@ return array (
|
|
|
'backend' => 'zh-cn',
|
|
|
'frontend' => 'zh-cn',
|
|
|
),
|
|
|
- 'fixedpage' => 'dashboard',
|
|
|
+ 'fixedpage' => 'user/user',
|
|
|
'categorytype' =>
|
|
|
array (
|
|
|
'default' => 'Default',
|
|
@@ -28,12 +28,6 @@ return array (
|
|
|
'user' => 'User',
|
|
|
'example' => 'Example',
|
|
|
),
|
|
|
- 'attachmentcategory' =>
|
|
|
- array (
|
|
|
- 'category1' => 'Category1',
|
|
|
- 'category2' => 'Category2',
|
|
|
- 'custom' => 'Custom',
|
|
|
- ),
|
|
|
'mail_type' => '1',
|
|
|
'mail_smtp_host' => 'smtp.qq.com',
|
|
|
'mail_smtp_port' => '465',
|
|
@@ -41,4 +35,10 @@ return array (
|
|
|
'mail_smtp_pass' => 'password',
|
|
|
'mail_verify_type' => '2',
|
|
|
'mail_from' => '10000@qq.com',
|
|
|
+ 'attachmentcategory' =>
|
|
|
+ array (
|
|
|
+ 'category1' => 'Category1',
|
|
|
+ 'category2' => 'Category2',
|
|
|
+ 'custom' => 'Custom',
|
|
|
+ ),
|
|
|
);
|