1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-14 03:54:11 +02:00

Now sends 404 header as it should #32 when providing a error page

This commit is contained in:
Mikael Roos
2014-08-20 23:55:23 +02:00
parent b2002d0087
commit 1e70883771

View File

@@ -133,6 +133,7 @@ Revision history
v0.5.x (latest) v0.5.x (latest)
* #32 correctly send 404 header when serving an error message.
* Trying to verify issue #29, but can not. * Trying to verify issue #29, but can not.
* Adding structure for testprograms together with, use `webroot/test_issue29.php` as sample. * Adding structure for testprograms together with, use `webroot/test_issue29.php` as sample.
* Improving code formatting. * Improving code formatting.