4 lines
100 B
PHP
Executable File
4 lines
100 B
PHP
Executable File
<?php
|
|
require dirname(__DIR__, 1) . '/config/boot.php';
|
|
MyImouto\Application::dispatchRequest();
|