7 lines
80 B
PHP
7 lines
80 B
PHP
<?php
|
|
|
|
require_once __DIR__.'/../init.php';
|
|
|
|
router_init();
|
|
dispatch_request();
|