streams/index.php
2016-05-24 16:36:55 -07:00

13 lines
177 B
PHP
Executable file

<?php
/**
* @file index.php
*
* @brief The main entry point to the application.
*/
require_once('Zotlabs/Web/WebServer.php');
$server = new WebServer();
$server->run();