4in1_ws_web/htdocs/index.php
2025-04-28 14:47:25 +03:00

6 lines
99 B
PHP

<?php
require_once __DIR__.'/../src/init.php';
engine\http\RequestHandler::resolveAndDispatch();