component.php 232 B

12345678910111213
  1. <?php
  2. # 微信第三方平台 接口配置
  3. $config = array();
  4. $path = dirname(__FILE__) . DIRECTORY_SEPARATOR . 'component' . DIRECTORY_SEPARATOR;
  5. # 载入素材配置
  6. //$config += include($path . 'media.php');
  7. return $config;