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