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