Update start.php
This commit is contained in:
parent
c3368cc272
commit
dc1a3390b5
12
start.php
12
start.php
@ -1,4 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* This file is part of https://github.com/walkor/php-socks5.
|
||||
*
|
||||
* Licensed under The MIT License
|
||||
* For full copyright and license information, please see the MIT-LICENSE.txt
|
||||
* Redistributions of files must retain the above copyright notice.
|
||||
*
|
||||
* @author walkor<walkor@workerman.net>
|
||||
* @copyright walkor<walkor@workerman.net>
|
||||
* @link http://www.workerman.net/
|
||||
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
||||
*/
|
||||
use \Workerman\Worker;
|
||||
use \Workerman\WebServer;
|
||||
use \Workerman\Connection\TcpConnection;
|
||||
|
Loading…
Reference in New Issue
Block a user