fipamo/public/index.php

6 lines
84 B
PHP

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