aboutsummaryrefslogtreecommitdiff
path: root/htdocs/index.php
blob: 397696f0afea7dfbe345acf2dec0b2f007cbe7ea (plain)
1
2
3
4
5
6
<?php

require_once __DIR__.'/../init.php';

router_init();
dispatch_request();