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