forked from Mirrors/freeswitch
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6492 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ae9f41c379
commit
a3e25b6231
|
@ -46,6 +46,7 @@ if (session) {
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
request.write("Content-Type: text/html\n\n");
|
||||||
request.write("<title>FreeSWITCH Command Portal</title>");
|
request.write("<title>FreeSWITCH Command Portal</title>");
|
||||||
request.write("<h2>FreeSWITCH Command Portal</h2>");
|
request.write("<h2>FreeSWITCH Command Portal</h2>");
|
||||||
request.write("<form method=post><input name=command size=40> ");
|
request.write("<form method=post><input name=command size=40> ");
|
||||||
|
|
Loading…
Reference in New Issue