审查视图

public/socketio.php 176 字节
何书鹏 authored
1 2 3 4 5 6 7
<?php
define('APP_PATH', __DIR__ . '/../application/');

define('BIND_MODULE','socketio/Server/index');

// 加载框架引导文件
require __DIR__ . '/../thinkphp/start.php';