Beispiel #1
0
 /**
  *  Warning - blocking, very slow, queries the active router,
  *  will take many seconds if it has vanished.
  */
 public String renderStatusHTML() {
     if (!_isRunning)
         return "<h3><a name=\"upnp\"></a>" + _("UPnP is not enabled") + "</h3>\n";
     return _upnp.renderStatusHTML();
 }