From 1e708837718c6abc9e306b9517ec7d7090105cae Mon Sep 17 00:00:00 2001 From: Mikael Roos Date: Wed, 20 Aug 2014 23:55:23 +0200 Subject: [PATCH] Now sends 404 header as it should #32 when providing a error page --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f34afb6..212f374 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Revision history v0.5.x (latest) +* #32 correctly send 404 header when serving an error message. * Trying to verify issue #29, but can not. * Adding structure for testprograms together with, use `webroot/test_issue29.php` as sample. * Improving code formatting.