mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-03-01 22:57:40 +08:00
11 lines
242 B
PHP
11 lines
242 B
PHP
<?php
|
|
@session_start();
|
|
/* PHP SDK
|
|
* @version 2.0.0
|
|
* @author connect@qq.com
|
|
* @copyright © 2013, Tencent Corporation. All rights reserved.
|
|
*/
|
|
|
|
require_once(dirname(__FILE__)."/comm/config.php");
|
|
require_once(CLASS_PATH."QC.class.php");
|