mirror of
https://github.com/lxsang/ant-http
synced 2024-11-08 13:18:22 +01:00
7 lines
88 B
PHP
7 lines
88 B
PHP
<?php
|
|
|
|
define("DISTDIR", __DIR__);
|
|
require __DIR__.'/../src/server/php/server.php';
|
|
|
|
?>
|