Skip to content

Commit

Permalink
feat(index): use flextype()->app()->run() instead bootstrap include #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Jul 28, 2021
1 parent c2751e2 commit 835eb30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.php
Expand Up @@ -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 "<div style='position:absolute; bottom: 10px; left: 10px;'>";
echo "Time: " . Debug::elapsedTime('flextype');
Expand Down

0 comments on commit 835eb30

Please sign in to comment.