1
0

* Added header('Status:...') calls so that some CGI installations

of apache emit proper headers (garvinhicking)
This commit is contained in:
Garvin Hicking
2008-08-22 09:20:13 +00:00
parent cb8d4da7fa
commit aa77cb9b1f
7 changed files with 13 additions and 1 deletions

@ -54,6 +54,7 @@ if ($serendipity['smarty_raw_mode']) {
$serendipity['smarty']->assign('head_subtitle', $serendipity['head_subtitle']);
$serendipity['view'] = '404';
serendipity_header('HTTP/1.0 404 Not found');
serendipity_header('Status: 404 Not found');
}
serendipity_printEntries($entry, 1);