This commit is contained in:
lxsang
2016-10-29 14:34:29 +02:00
parent 9244208f30
commit f729d5dd8a
2510 changed files with 57350 additions and 0 deletions

6
build/htdocs/dist/api.php vendored Normal file
View File

@ -0,0 +1,6 @@
<?php
define("DISTDIR", __DIR__);
require __DIR__.'/../src/server/php/server.php';
?>