fipamo/public/index.php

8 lines
74 B
PHP

<?php
require '../vendor/autoload.php';
use brain\init\App;
new App();