예제 #1
0
파일: Api.php 프로젝트: evo9/dryharder
 private function himstatResponseLog($result, $action)
 {
     $command = explode('=', trim($action, '?& '))[0];
     Reporter::himstatResponseLog($result, $action, $command);
 }