From a3e25b6231dca1e281861414cea2852aba000633 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 4 Dec 2007 16:30:05 +0000 Subject: [PATCH] update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6492 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- scripts/api.js | 1 + 1 file changed, 1 insertion(+) 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("
");