fix refer link
This commit is contained in:
@@ -466,10 +466,11 @@ abstract class BaseController extends Controller
|
||||
$final_out["session_image_server"] = $this->primary_image_sever;
|
||||
$final_out["server_tag"] = $this->server_tag;
|
||||
$final_out["language"] = "en";
|
||||
$final_out["ip_loc"] = $this->getIpData();
|
||||
//$final_out["ip_loc"] = $this->getIpData();
|
||||
$final_out["current_version"] = 20240306;
|
||||
$final_out["family_types"] = $this->familyTypes();
|
||||
$final_out["history_types"] = $this->historyTypes();
|
||||
$final_out["refer_link"] = "https://www.wrenchboard.com";
|
||||
return json_encode( $final_out );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user