예제 #1
0
파일: run.php 프로젝트: sonedayuya/pserver
<?php

require_once './http/server.php';
$server = new HttpServer();
$server->start();