Ticket #7885: mythweb.patch
File mythweb.patch, 428 bytes (added by , 16 years ago) |
---|
-
MythBackend.php
106 106 private function announce() { 107 107 $response = $this->sendCommand('ANN Monitor '.hostname.' 1' ); 108 108 if ($response == 'OK') 109 $this->listenForEvent("CLIENT_CONNECTED"); 109 110 return true; 110 111 return false; 111 112 }