Ticket #7885: mythweb.2.patch
File mythweb.2.patch, 512 bytes (added by , 16 years ago) |
---|
-
mythplugins/mythweb/classes/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 }