projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c2cbc9
)
Blanch the 404 error message for those with no sense of humor
author
Doug Bailey
<dbailey@digium.com>
Wed, 24 Sep 2008 22:05:44 +0000
(22:05 +0000)
committer
Doug Bailey
<dbailey@digium.com>
Wed, 24 Sep 2008 22:05:44 +0000
(22:05 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144314
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_phoneprov.c
patch
|
blob
|
history
diff --git
a/res/res_phoneprov.c
b/res/res_phoneprov.c
index
ddb2b4d
..
52404b5
100644
(file)
--- 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);