Ejemplo n.º 1
0
 public function auto_update()
 {
     $result = VCManager::auto_update();
     echo json_encode($result);
 }
Ejemplo n.º 2
0
 public function auto_update()
 {
     $this->_check_dbvc();
     $result = VCManager::auto_update();
     $this->_showMessage($result);
 }