summaryrefslogtreecommitdiff
path: root/public/index.php
blob: 022af4824f3dfe0710fc6c48de8e2f62edd5e2f1 (plain)
1
2
3
4
5
6
7
8
<?php

require_once dirname(__DIR__) . '/vendor/autoload.php';

\Elements\Template::init();
\Elements\DB::init();
new \Elements\Router();