diff --git a/01-front-controller.md b/01-front-controller.md index 75315ea..3032f61 100644 --- a/01-front-controller.md +++ b/01-front-controller.md @@ -17,13 +17,15 @@ So instead of doing that, create a folder in your project folder called `public` Inside the `public` folder you can now create your `index.php`. Remember that you don't want to expose anything here, so put just the following code in there: ```php -