CMXX - Updated products_software

This commit is contained in:
“VeLiTi”
2024-11-08 13:52:14 +01:00
parent c6a1c61eb1
commit 3ed27eb5ff
3 changed files with 88 additions and 58 deletions

View File

@@ -7,11 +7,11 @@ error_reporting(E_ALL);
//=================================================================
$service_tool_current_version = '877a739';
$service_tool_current_filename = 'EmergencyFlasherSetup.exe';
$software_download_url = 'https://'.$_SERVER['SERVER_NAME'].'/downloads'.'/';
$service_tool_current_filename = 'EmergencyPlugTestKitSetup_RO-TEST.exe';
$software_download_url = 'https://'.$_SERVER['SERVER_NAME'].'/firmware'.'/';
//getSoftware (legacy)
$software_url = 'https://'.$_SERVER['SERVER_NAME'].'/downloads'.'/'.$service_tool_current_filename;
$software_url = 'https://'.$_SERVER['SERVER_NAME'].'/firmware'.'/'.$service_tool_current_filename;
//=================================================================
//SERVICE Tool initialize ===================================