git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6492 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-12-04 16:30:05 +00:00
parent ae9f41c379
commit a3e25b6231
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ if (session) {
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> ");