aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
blob: b3d40df07f9f3feac8125d2fd820c008abfc9963 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * @file index.php
 *
 * @brief The main entry point to the application.
 */

require_once('Zotlabs/Web/WebServer.php');

$server = new WebServer();
$server->run();