审查视图

application/extra/site.php 801 字节
Karson authored
1 2
<?php
3
return array (
4
  'name' => '我的网站',
5
  'beian' => '',
6 7 8 9 10 11 12 13 14 15 16 17
  'cdnurl' => '',
  'version' => '1.0.1',
  'timezone' => 'Asia/Shanghai',
  'forbiddenip' => '',
  'languages' => 
  array (
    'backend' => 'zh-cn',
    'frontend' => 'zh-cn',
  ),
  'fixedpage' => 'dashboard',
  'categorytype' => 
  array (
18 19 20 21
    'default' => 'Default',
    'page' => 'Page',
    'article' => 'Article',
    'test' => 'Test',
22 23 24
  ),
  'configgroup' => 
  array (
25 26 27 28 29
    'basic' => 'Basic',
    'email' => 'Email',
    'dictionary' => 'Dictionary',
    'user' => 'User',
    'example' => 'Example',
30
  ),
gaoyi authored
31 32 33
  'mail_type' => '1',
  'mail_smtp_host' => 'smtp.qq.com',
  'mail_smtp_port' => '465',
34 35
  'mail_smtp_user' => '10000',
  'mail_smtp_pass' => 'password',
gaoyi authored
36
  'mail_verify_type' => '2',
37
  'mail_from' => '10000@qq.com',
38
);