base.php 154 B

123456789101112
  1. <?php
  2. # 一些基本配置
  3. $config['base'] = array
  4. (
  5. # 名称
  6. 'name' => '上传系统',
  7. # 版本配置
  8. 'version' => '1.0.0 Beta',
  9. );
  10. return $config;