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.
|
<?php
|
|
/**
|
|
* Created by PhpStorm.
|
|
* User: Wind
|
|
* Date: 2017/10/20
|
|
* Time: 9:51
|
|
*/
|
|
|
|
define('APP_PATH', __DIR__ . '/../application');
|
|
define('BIND_MODULE', 'push/Worker');
|
|
define('CONF_PATH', __DIR__ . '/../application/xconfig/');
|
|
require __DIR__ . '/../thinkphp/start.php'; |