Fix 404 status string

This commit is contained in:
uriel 2008-09-16 22:29:52 +02:00
parent 76e78f3bbd
commit c8d7861da4

View File

@ -234,7 +234,7 @@ dprint $body
if not if(~ $#blogDirs 0) {
set_handler 404_handler $body
dprint 'NOT FOUND: '$SERVER_NAME^$REQUEST_URI^' - '^$"HTTP_REFERER^' - '^$"HTTP_USER_AGENT
echo 'Status: 404 Not Found\n\n'
echo 'Status: 404 Not Found'
}
if(! ~ $#blogDirs 0)