current version

This commit is contained in:
CHIEFSOFT\ameye
2024-03-05 17:33:46 -05:00
parent 88b9c57e0d
commit 2fb77c5870
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1007,7 +1007,7 @@ long WrenchFamilyList(CVars in, CVars &out){
snprintf(vname, sizeof (vname), "username_%05d", i);
out[vname] = rec["username"];
snprintf(vname, sizeof (vname), "year_%05d", i);
out[vname] = rec["year"];
+1
View File
@@ -664,6 +664,7 @@ class WrenchApi extends BaseController
$final_out["server_tag"] = $server_tag;
$final_out["language"] = "en";
$final_out["ip_loc"] = $ip_loc;
$final_out["current_version"] = 20240306;
$final_out["family_types"] = $this->familyTypes();
$final_out["history_types"] = $this->historyTypes();
//return json_encode( ( new \App\Models\ResultFormatter() )->processOutJson($in, $out));