1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-13 16:44:36 +02:00

feat(core): use flextype.php as common entry point.

This commit is contained in:
Awilum
2021-02-09 23:32:39 +03:00
parent 7d9cfb9e56
commit b52c730221
4 changed files with 197 additions and 216 deletions

View File

@@ -15,4 +15,4 @@ define('PATH', [
! is_file($flextype_autoload = ROOT_DIR . '/vendor/autoload.php') and exit('Please run: <i>composer install</i> for flextype');
$flextype_loader = require_once $flextype_autoload;
include ROOT_DIR . '/src/flextype/bootstrap.php';
include ROOT_DIR . '/src/flextype/flextype.php';