<?php # 一些基本配置 $config['base'] = array ( # 名称 'name' => '上传系统', # 版本配置 'version' => '1.0.0 Beta', ); return $config;