예제 #1
0
 public function auto_update()
 {
     $result = VCManager::auto_update();
     echo json_encode($result);
 }
예제 #2
0
파일: CLI.php 프로젝트: nisLarry/DBVC
 public function auto_update()
 {
     $this->_check_dbvc();
     $result = VCManager::auto_update();
     $this->_showMessage($result);
 }