Browse
For agents
About
AliNext – WooCommerce Dropshipping Plugin for AliExpress
/
trunk
AliNext – WooCommerce Dropshipping Plugin for AliExpress
vtrunk
Overview
Code
ali2woo-lite
/
includes
/
libs
/
ae-php-sdk
/
iop
/
Constants.php
Constants.php
in AliNext – WooCommerce Dropshipping Plugin for AliExpress trunk, at includes/libs/ae-php-sdk/iop/Constants.php
7 lines
131 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
class
Constants
3
{
4
static
$
log_level_debug
=
"
DEBUG
"
;
5
static
$
log_level_info
=
"
INFO
"
;
6
static
$
log_level_error
=
"
ERROR
"
;
7
}