diff options
author | Derek Jones <derek.jones@ellislab.com> | 2009-07-11 20:23:30 +0200 |
---|---|---|
committer | Derek Jones <derek.jones@ellislab.com> | 2009-07-11 20:23:30 +0200 |
commit | f6b442bba6666f3265680223e1ef9df08b94eb08 (patch) | |
tree | 8297a8f4fb772e6a2b22a5262608ac3bd7e96cec /user_guide/changelog.html | |
parent | 817163a1bcff02285f763bcf72ff02e86f218cf8 (diff) |
add 404 headers to show_404() proper instead of in the error_404.php template
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index e4199cd35..56081456f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -88,6 +88,7 @@ SVN Revision: </p> <li>General <ul> <li>Modified <a href="general/errors.html">show_error()</a> to allow sending of HTTP server response codes.</li> + <li>Modified <a href="general/errors.html">show_404()</a> to send 404 status code, removing non-CGI compatible header() statement from error_404.php template.</li> <li>Added set_status_header() to the <a href="general/common_functions.html">Common functions<a> to allow use when the Output class is unavailable.</li> </ul> </li> |