From 07ccf11004d8fd3c09c36abdac10e323c0358541 Mon Sep 17 00:00:00 2001 From: Uriel Date: Tue, 16 Sep 2008 22:29:52 +0200 Subject: [PATCH] Fix 404 status string --- bin/controller.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/controller.rc b/bin/controller.rc index 3440156..34e003c 100755 --- a/bin/controller.rc +++ b/bin/controller.rc @@ -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)