ch1p_io_web/htdocs/index.php
2024-01-31 20:45:40 +03:00

7 lines
80 B
PHP

<?php
require_once __DIR__.'/../init.php';
router_init();
dispatch_request();