| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- <?php
- return array (
- 'name' => '掘金路',
- 'beian' => '',
- 'cdnurl' => '',
- 'version' => '1.0.7',
- 'timezone' => 'Asia/Shanghai',
- 'forbiddenip' => '',
- 'languages' =>
- array (
- 'backend' => 'zh-cn',
- 'frontend' => 'zh-cn',
- ),
- 'fixedpage' => 'dashboard',
- 'categorytype' =>
- array (
- 'default' => '默认',
- 'page' => '单页',
- 'article' => '文章',
- 'test' => 'Test',
- ),
- 'configgroup' =>
- array (
- 'basic' => '基础配置',
- ),
- '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' => '自定义',
- ),
- 'direct_income' => '10',
- 'transfer_fee' => '0.8',
- 'transfes_txt' => '收取交易百分之五',
- 'recharge_txt' => 'xxddddss',
- 'chabao_rate' => '0.7',
- 'withdrawal_next_fee' => '3',
- 'withdrawal_up_fee' => '0.1',
- 'withdraw_min_amount' => '100',
- 'convert_rate' => '7.2',
- 'pv_rate' => '0.1',
- 'chabao_giveaway' => '0.03',
- 'chabao_giveaway_txt' => '标记茶宝转账',
- 'frozen_transfer' => '0.03',
- 'frozen_transfer_txt' => '标记茶宝转账4xxxxx',
- );
|