From 946c796f9ee5c6860b9f538570f0879c98e06773 Mon Sep 17 00:00:00 2001 From: Doug Bailey Date: Wed, 24 Sep 2008 22:05:44 +0000 Subject: Blanch the 404 error message for those with no sense of humor git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144314 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_phoneprov.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/res_phoneprov.c') diff --git a/res/res_phoneprov.c b/res/res_phoneprov.c index ddb2b4d93..52404b59f 100644 --- a/res/res_phoneprov.c +++ b/res/res_phoneprov.c @@ -526,7 +526,7 @@ out404: *status = 404; *title = strdup("Not Found"); *contentlength = 0; - return ast_http_error(404, "Not Found", NULL, "Nothing to see here. Move along."); + return ast_http_error(404, "Not Found", NULL, "The requested URL was not found on this server."); out500: route = unref_route(route); -- cgit v1.2.3