[Freeswitch-svn] [commit] r6492 - freeswitch/trunk/scripts

Freeswitch SVN anthm at freeswitch.org
Tue Dec 4 11:30:06 EST 2007


Author: anthm
Date: Tue Dec  4 11:30:05 2007
New Revision: 6492

Modified:
   freeswitch/trunk/scripts/api.js

Log:
update

Modified: freeswitch/trunk/scripts/api.js
==============================================================================
--- freeswitch/trunk/scripts/api.js	(original)
+++ freeswitch/trunk/scripts/api.js	Tue Dec  4 11:30:05 2007
@@ -46,6 +46,7 @@
 	exit();
 }
 
+request.write("Content-Type: text/html\n\n");
 request.write("<title>FreeSWITCH Command Portal</title>");
 request.write("<h2>FreeSWITCH Command Portal</h2>");
 request.write("<form method=post><input name=command size=40> ");



More information about the Freeswitch-svn mailing list