This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
Files
core/index.php
2016-05-24 16:36:55 -07:00

14 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();