1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/index.php

15 lines
201 B
PHP
Executable file

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