PluginProbe
AliNext – WooCommerce Dropshipping Plugin for AliExpress / trunk
AliNext – WooCommerce Dropshipping Plugin for AliExpress vtrunk
ali2woo-lite / includes / libs / ae-php-sdk / IopSdk.php

IopSdk.php in AliNext – WooCommerce Dropshipping Plugin for AliExpress trunk, at includes/libs/ae-php-sdk/IopSdk.php

24 lines 553 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * IOP SDK entry
4 * please do not modified this file unless you know how to modify and how to recover
5 * @author xuteng.xt
6 */
7
8 /**
9 * log dir
10 */
11 if (!defined("IOP_SDK_WORK_DIR")) {
12 define("IOP_SDK_WORK_DIR", dirname(__FILE__));
13 }
14
15 if (!defined("IOP_AUTOLOADER_PATH")) {
16 define("IOP_AUTOLOADER_PATH", dirname(__FILE__));
17 }
18
19 require("iop/Constants.php");
20 require("iop/IopClient.php");
21 require("iop/IopLogger.php");
22 require("iop/IopRequest.php");
23 require("iop/UrlConstants.php");
24