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.
15 lines
636 B
15 lines
636 B
<?php
|
|
|
|
/**
|
|
* ECTouch E-Commerce Project
|
|
* ============================================================================
|
|
* Copyright (c) 2014-2016 http://ectouch.cn All rights reserved.
|
|
* ----------------------------------------------------------------------------
|
|
* This is NOT a freeware, use is subject to license terms
|
|
* ----------------------------------------------------------------------------
|
|
* Licensed ( http://www.ectouch.cn/license )
|
|
* ----------------------------------------------------------------------------
|
|
*/
|
|
|
|
define('APP_NAME', 'respond');
|
|
require dirname(__FILE__) . '/source/bootstrap.php';
|
|
|