Example #1
0
 public function actionCheckconnect()
 {
     $devId = $_GET["devId"];
     echo BNComplex::checkConnect($devId);
 }