XBackBone/index.php
Sergio Brighenti ea6b9a4ebb Working on self update feature
Removed column too big (fixes #17)
2019-01-26 18:37:00 +01:00

10 lines
230 B
PHP

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