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.
18 lines
696 B
18 lines
696 B
<?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';
|
|
|