From e2ca3a39efa97d4ae720a0d8c59ade8176df6b4b Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Thu, 6 Nov 2014 11:30:52 +0000 Subject: [PATCH] Always use absolute paths for includes It's not safe to assume that the web server will always give you a sane cwd. --- 1-front-controller.md | 2 +- 3-error-handler.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/1-front-controller.md b/1-front-controller.md index 4062204..9814ad2 100644 --- a/1-front-controller.md +++ b/1-front-controller.md @@ -19,7 +19,7 @@ Inside the `public` folder you can now create your `index.php`. Remember that yo ```php