Fix 404 status string
This commit is contained in:
parent
2fed935c65
commit
07ccf11004
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ dprint $body
|
||||||
if not if(~ $#blogDirs 0) {
|
if not if(~ $#blogDirs 0) {
|
||||||
set_handler 404_handler $body
|
set_handler 404_handler $body
|
||||||
dprint 'NOT FOUND: '$SERVER_NAME^$REQUEST_URI^' - '^$"HTTP_REFERER^' - '^$"HTTP_USER_AGENT
|
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)
|
if(! ~ $#blogDirs 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue