예제 #1
0
 public function scanAjax($project_id)
 {
     $scanner = new Scanner($project_id);
     $scanner->initScan();
 }