pull/2981/head
Alex Aragón 6 years ago
commit 1044bc81af
  1. 6
      plugin/bbb/lib/bbb.lib.php

@ -1270,6 +1270,12 @@ class bbb
*/ */
public function isServerRunning() public function isServerRunning()
{ {
$host = $this->plugin->get('host');
if (empty($host)) {
return false;
}
return true; return true;
//return BigBlueButtonBN::isServerRunning($this->protocol.$this->url); //return BigBlueButtonBN::isServerRunning($this->protocol.$this->url);
} }

Loading…
Cancel
Save