diff --git a/index.php b/index.php index 490eba5d..ab30872b 100755 --- a/index.php +++ b/index.php @@ -249,9 +249,7 @@ $flextypeLoader = require_once $flextypeAutoload; * will load up this application so that we can run it and send * the responses back to the browser and delight our users. */ -include __DIR__ . '/src/flextype/bootstrap.php'; - - +require_once __DIR__ . '/src/flextype/flextype.php'; echo "
"; echo "Time: " . Debug::elapsedTime('flextype');