XBackBone/index.php
2018-11-11 17:02:50 +01:00

8 lines
168 B
PHP

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