XBackBone/index.php

9 lines
172 B
PHP
Raw Normal View History

2018-04-28 12:20:07 +00:00
<?php
require 'vendor/autoload.php';
define('PLATFORM_VERSION', json_decode(file_get_contents('composer.json'))->version);
require 'bootstrap/app.php';
Flight::start();