diff --git a/index.php b/index.php index fa1d97ab5..198781a63 100755 --- a/index.php +++ b/index.php @@ -249,8 +249,7 @@ public static function phpini() * 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/flextype.php'; - +flextype()->app()->run(); echo "
"; echo "Time: " . Debug::elapsedTime('flextype');