"; $response = $astman->send_request('Command',array('Command'=>"$txtCommand")); $response = explode("\n",$response['data']); unset($response[0]); //remove the Priviledge Command line $response = implode("\n",$response); $html_out .= $response; $html_out .= ""; return $html_out; } } ?>