You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
678 B
19 lines
678 B
|
3 years ago
|
<?php
|
||
|
|
|
||
|
|
/**
|
||
|
|
* ECTouch E-Commerce Project
|
||
|
|
* ============================================================================
|
||
|
|
* Copyright (c) 2014-2015 http://ectouch.cn All rights reserved.
|
||
|
|
* ----------------------------------------------------------------------------
|
||
|
|
* This is NOT a freeware, use is subject to license terms
|
||
|
|
* ----------------------------------------------------------------------------
|
||
|
|
* Licensed ( http://www.ectouch.cn/license )
|
||
|
|
* ----------------------------------------------------------------------------
|
||
|
|
*/
|
||
|
|
|
||
|
|
define('IN_ECTOUCH', true);
|
||
|
|
if(isset($_GET['debug'])){
|
||
|
|
define('APP_DEBUG', true);
|
||
|
|
}
|
||
|
|
require dirname(__FILE__) . '/source/bootstrap.php';
|