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 /system/application | |
parent | 817163a1bcff02285f763bcf72ff02e86f218cf8 (diff) |
add 404 headers to show_404() proper instead of in the error_404.php template
Diffstat (limited to 'system/application')
-rw-r--r-- | system/application/errors/error_404.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/application/errors/error_404.php b/system/application/errors/error_404.php index bfe9444b2..1c513a205 100644 --- a/system/application/errors/error_404.php +++ b/system/application/errors/error_404.php @@ -1,4 +1,3 @@ -<?php header("HTTP/1.1 404 Not Found"); ?> <html> <head> <title>404 Page Not Found</title> |