Skip to content

Commit

Permalink
checkver bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
licong committed Sep 27, 2016
1 parent d6662bd commit 64f681a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions monkeyApp/src/main/java/apifunc.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ function parser_action(){
$error_action = array("Errorn"=>"1","Msg"=>"Action: (". $action . ") not found!");
$error_resp = array("ErrorResp"=>$error_action);
error_report($error_resp);
exit(0);
}

// echo $action_method;
Expand Down Expand Up @@ -138,6 +139,7 @@ function process_data($action) {
$error_action = array("Errorn"=>"2","Msg"=>"Action: (". $action . ") not process!");
$error_resp = array("ErrorResp"=>$error_action);
error_report($error_resp);
exit(0);
}


Expand Down

0 comments on commit 64f681a

Please sign in to comment.