<?php
return array(
'config' => array(
//小工具目录
'TOOLS_T' => 'Tools',
//全局报错开关
'DEBUG' => 'true',
//当前版本号
'VERSION' => '1.3.0',
)
);
?>