summaryrefslogtreecommitdiff
path: root/web/index.php
blob: dc0553f3c55c101973599921efb5711d1641b19f (plain)
1
2
3
4
5
6
7
8
9
<?php

// define site root
define('SITE_ROOT', realpath('../'));

// Bring in our composer autoloader
require SITE_ROOT . '/vendor/autoload.php';

$main = new App\Core\Main;