"; exit; } else if( $act == "ping" ) { start_xml_output(); echo ""; exit; } else if( $act == "close" ) { close_thread($thread, $isuser); start_xml_output(); echo ""; exit; } ?>