示例#1
0
文件: c2UAC.php 项目: hornos/C2
 protected function _rpc_stop()
 {
     $c2 = __k_fetch('c2');
     $se = new c2Ses($c2['sys.c']);
     return $se->stop();
 }
示例#2
0
文件: c2Sys.php 项目: hornos/C2
 public function __construct($cfg = NULL)
 {
     parent::__construct($cfg);
 }