提交 532b6505 authored 作者: Brian West's avatar Brian West

don't add pre tag because its bad to assume

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11066 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 df90cf17
...@@ -3882,11 +3882,6 @@ SWITCH_STANDARD_API(conf_api_main) ...@@ -3882,11 +3882,6 @@ SWITCH_STANDARD_API(conf_api_main)
http = switch_event_get_header(stream->param_event, "http-host"); http = switch_event_get_header(stream->param_event, "http-host");
} }
if (http) {
/* Output must be to a web browser */
stream->write_function(stream, "<pre>\n");
}
if (!(lbuf = strdup(cmd))) { if (!(lbuf = strdup(cmd))) {
return status; return status;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论