| @@ -295,8 +295,9 @@ | ||
| 295 | 295 | "request_info" => $this->info(), |
| 296 | 296 | "bvinfo" => $bvinfo->info(), |
| 297 | 297 | "statusmsg" => "FAILED_AUTH", |
| 298 | 298 | "api_pubkey" => substr($api_public_key, 0, 8), |
| 299 | + "def_key_status" => WPRRecover::getSecretStatus($this->settings), | |
| 299 | 300 | "def_sigmatch" => substr(hash('sha1', $this->method.$default_secret.$this->time.$this->version), 0, 8) |
| 300 | 301 | ); |
| 301 | 302 | |
| 302 | 303 | if (is_string($default_account_pubkey) && strlen($default_account_pubkey) >= 32) { |