Skip to content

Commit

Permalink
feat(index): use flextype.php starting point #199
Browse files Browse the repository at this point in the history
  • Loading branch information
Awilum committed Aug 1, 2021
1 parent ef7c9de commit 5652ad6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.php
Expand Up @@ -249,7 +249,9 @@ 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.
*/
flextype()->app()->run();
include __DIR__ . '/src/flextype/flextype.php';



echo "<div style='position:absolute; bottom: 10px; left: 10px;'>";
echo "Time: " . Debug::elapsedTime('flextype');
Expand Down

0 comments on commit 5652ad6

Please sign in to comment.