No Description
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.

site.php 998B

12345678910111213141516171819202122232425
  1. <?php
  2. return [
  3. 'web_site_icp' => '',
  4. 'web_site_statistics' => '',
  5. 'config_group' => [
  6. 'base' => '基础',
  7. 'system' => '系统',
  8. 'upload' => '上传',
  9. 'develop' => '开发',
  10. ],
  11. 'theme' => 'default',
  12. 'admin_forbid_ip' => '',
  13. 'upload_image_size' => '0',
  14. 'upload_image_ext' => 'gif,jpg,jpeg,bmp,png,webp',
  15. 'upload_file_size' => '0',
  16. 'upload_file_ext' => 'doc,docx,xls,xlsx,ppt,pptx,pdf,wps,txt,rar,zip,gz,bz2,7z',
  17. 'upload_driver' => 'local',
  18. 'upload_driver_text' => '本地',
  19. 'upload_thumb_water' => '0',
  20. 'upload_thumb_water_pic' => '',
  21. 'upload_thumb_water_position' => '9',
  22. 'upload_thumb_water_position_text' => '右下角',
  23. 'upload_thumb_water_alpha' => '50',
  24. ];