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

Merge pull request #447 from rkrx/patch-1

Update index.php
This commit is contained in:
Sergey Romanenko
2020-08-03 10:57:09 +03:00
committed by GitHub

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';