qqConnectAPI.php 241 B

12345678910
  1. <?php
  2. session_start();
  3. /* PHP SDK
  4. * @version 2.0.0
  5. * @author connect@qq.com
  6. * @copyright © 2013, Tencent Corporation. All rights reserved.
  7. */
  8. require_once(dirname(__FILE__)."/comm/config.php");
  9. require_once(CLASS_PATH."QC.class.php");