From: Anthony Minessale Date: Tue, 4 Dec 2007 16:30:05 +0000 (+0000) Subject: update X-Git-Tag: v1.0-rc1~1331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3e25b6231dca1e281861414cea2852aba000633;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6492 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/scripts/api.js b/scripts/api.js index 5bcae78a77..41b632ef6b 100644 --- a/scripts/api.js +++ b/scripts/api.js @@ -46,6 +46,7 @@ if (session) { exit(); } +request.write("Content-Type: text/html\n\n"); request.write("FreeSWITCH Command Portal"); request.write("

FreeSWITCH Command Portal

"); request.write("
");