1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 05:07:41 +02:00

Update index.php

Added `__DIR__` to the bootstrap include.
This commit is contained in:
Ron Kirschler
2020-08-03 09:46:31 +02:00
committed by GitHub
parent 97fecddf4f
commit f71e87652a

View File

@@ -65,4 +65,4 @@ $flextype_loader = require_once $flextype_autoload;
* will load up this application so that we can run it and send
* the responses back to the browser and delight our users.
*/
include 'src/flextype/bootstrap.php';
include __DIR__.'/src/flextype/bootstrap.php';