You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1004 B
45 lines
1004 B
<?php
|
|
|
|
return array (
|
|
'name' => '四季妙家',
|
|
'beian' => '',
|
|
'cdnurl' => '',
|
|
'version' => '1.0.1',
|
|
'timezone' => 'Asia/Shanghai',
|
|
'forbiddenip' => '',
|
|
'languages' =>
|
|
array (
|
|
'backend' => 'zh-cn',
|
|
'frontend' => 'zh-cn',
|
|
),
|
|
'fixedpage' => 'dashboard',
|
|
'categorytype' =>
|
|
array (
|
|
'default' => '默认',
|
|
'page' => '单页',
|
|
'article' => '文章',
|
|
'test' => 'Test',
|
|
'project_type' => '工程类型',
|
|
),
|
|
'configgroup' =>
|
|
array (
|
|
'basic' => '基础配置',
|
|
'email' => '邮件配置',
|
|
'dictionary' => '字典配置',
|
|
'user' => '会员配置',
|
|
'example' => '示例分组',
|
|
),
|
|
'mail_type' => '1',
|
|
'mail_smtp_host' => 'smtp.qq.com',
|
|
'mail_smtp_port' => '465',
|
|
'mail_smtp_user' => '10000',
|
|
'mail_smtp_pass' => 'password',
|
|
'mail_verify_type' => '2',
|
|
'mail_from' => '10000@qq.com',
|
|
'attachmentcategory' =>
|
|
array (
|
|
'category1' => '分类一',
|
|
'category2' => '分类二',
|
|
'custom' => '自定义',
|
|
),
|
|
);
|
|
|