XBackBone/index.php
Sergio Brighenti 805d1d07a8 Initial commit
2018-04-28 14:20:07 +02:00

9 lines
172 B
PHP

<?php
require 'vendor/autoload.php';
define('PLATFORM_VERSION', json_decode(file_get_contents('composer.json'))->version);
require 'bootstrap/app.php';
Flight::start();