fipamo/public/index.php

5 lines
83 B
PHP

<?php
require "../vendor/autoload.php";
include "../brain/App.inc.php";
new App();