1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00
This commit is contained in:
Brian West 2012-05-09 17:11:03 -05:00
parent 5cf33770e1
commit 6c0e1f90f9

@ -89,5 +89,5 @@ while (my $request = $scgi->accept) {
#print $handle "Content-Type: text/xml\n\n";
print $handle $xml;
exit;
}