This repository has been archived on 2024-10-25. You can view files and clone it, but cannot push or open issues or pull requests.
Sequenzia/public/index.php

4 lines
100 B
PHP
Raw Permalink Normal View History

2013-12-07 21:35:14 +01:00
<?php
2019-12-18 05:44:09 +01:00
require dirname(__DIR__, 1) . '/config/boot.php';
2013-12-07 21:35:14 +01:00
MyImouto\Application::dispatchRequest();