Added architecture parsing and displaying, save chosen channel per-session

This commit is contained in:
Latif Khalifa
2013-11-15 00:13:41 +01:00
parent 7ac4f291bf
commit cf487bb719
6 changed files with 20 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ class ReportParser
//var_dump($client);
$data->report["clientVersion"] = $client["MajorVersion"] . "." . $client["MinorVersion"] . "." . $client["PatchVersion"] . "." .$client["BuildVersion"];
$data->report["clientChannel"] = str_replace(" ", "", $client["Name"]);
$data->report["clientArch"] = $client["Architecture"];
}
// $data->report["raw"] = $row;