酒店预订平台
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.
 
 
 
 
 
 

48 lines
1.1 KiB

  1. <?php
  2. return array (
  3. 'name' => '酒店预订平台',
  4. 'beian' => '',
  5. 'cdnurl' => '',
  6. 'version' => '1.0.1',
  7. 'timezone' => 'Asia/Shanghai',
  8. 'forbiddenip' => '',
  9. 'languages' =>
  10. array (
  11. 'backend' => 'zh-cn',
  12. 'frontend' => 'zh-cn',
  13. ),
  14. 'fixedpage' => 'dashboard',
  15. 'categorytype' =>
  16. array (
  17. 'default' => '默认',
  18. 'page' => '单页',
  19. 'article' => '文章',
  20. 'test' => 'Test',
  21. ),
  22. 'configgroup' =>
  23. array (
  24. 'basic' => '基础配置',
  25. 'email' => '邮件配置',
  26. 'dictionary' => '字典配置',
  27. 'user' => '会员配置',
  28. 'example' => '示例分组',
  29. 'hotel' => '酒店信息配置',
  30. ),
  31. 'mail_type' => '1',
  32. 'mail_smtp_host' => 'smtp.qq.com',
  33. 'mail_smtp_port' => '465',
  34. 'mail_smtp_user' => '10000',
  35. 'mail_smtp_pass' => 'password',
  36. 'mail_verify_type' => '2',
  37. 'mail_from' => '10000@qq.com',
  38. 'attachmentcategory' =>
  39. array (
  40. 'category1' => '分类一',
  41. 'category2' => '分类二',
  42. 'custom' => '自定义',
  43. ),
  44. 'item_category' => '{"1":"一日游","2":"交通接驳","3":"租车","4":"门票"}',
  45. 'item_unit' => '{"1":"件","2":"份","3":"匝","4":"张"}',
  46. );