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