office.php 431 Bytes
Newer Older
章建武's avatar
章建武 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<?php
return array(
    //加载配置项
    'LOAD_EXT_CONFIG'  => array(
        'officeConfig/conf_base',
        'officeConfig/conf_db',
        'officeConfig/conf_email',
        'officeConfig/conf_cache',
        'officeConfig/conf_upload',
        'officeConfig/conf_safety',
        'officeConfig/conf_cdn',
        'status_code',  
    ),
    
    'LOAD_EXT_FILE'    => 'func_preg,func_third,func_log,func_app_common',

);