Fix 404 status string
This commit is contained in:
parent
76e78f3bbd
commit
c8d7861da4
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user