From f9a3ccd4c35eca90b3734f89e7868f0a438469e4 Mon Sep 17 00:00:00 2001 From: Patrick Louys Date: Tue, 1 Nov 2016 15:33:18 +0100 Subject: [PATCH] Added strict mode --- 01-front-controller.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -