Patch level :10.0 cd image
Files correlati : Ricompilazione Demo : [ ] Commento : sistemato il problema della ridirezione git-svn-id: svn://10.65.10.50/trunk@18780 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
559355aaed
commit
2c38f77af0
@ -709,12 +709,14 @@ bool CampoSetup::DiskUpdateModule(const wxString& strLocalPath, const wxString&
|
|||||||
//-------------------------------
|
//-------------------------------
|
||||||
// 3) AGGIORNAMENTO DA INTERNET
|
// 3) AGGIORNAMENTO DA INTERNET
|
||||||
//-------------------------------
|
//-------------------------------
|
||||||
bool CampoSetup::HTTPGet(const wxString& strLocalPath, const wxString& strWebPath) const
|
bool CampoSetup::HTTPGet(const wxString& strLocalPath, const wxString& strWebSite) const
|
||||||
{
|
{
|
||||||
wxString strServer, strPath;
|
wxString strWebPath = strWebSite;
|
||||||
|
if (strWebPath.StartsWith("http://"))
|
||||||
|
strWebPath.Remove(0, 7);
|
||||||
int nSlash = strWebPath.First('/');
|
int nSlash = strWebPath.First('/');
|
||||||
strServer = strWebPath.Left(nSlash);
|
wxString strServer = strWebPath.Left(nSlash);
|
||||||
strPath = strWebPath.Mid(nSlash);
|
wxString strPath = strWebPath.Mid(nSlash);
|
||||||
|
|
||||||
wxHTTP http;
|
wxHTTP http;
|
||||||
//connessione al server web con le patch
|
//connessione al server web con le patch
|
||||||
|
@ -23,7 +23,7 @@ Password =
|
|||||||
Product = ””’“žf·›·¦¿ÀÁ‰ØÓ
|
Product = ””’“žf·›·¦¿ÀÁ‰ØÓ
|
||||||
Reseller = ¤¼·¬¾f»›¹ØäÖДÒÑÇ<EFBFBD>×<EFBFBD>ÔÝÜ×Æ<EFBFBD>Î@æ—ã¢Æ›
|
Reseller = ¤¼·¬¾f»›¹ØäÖДÒÑÇ<EFBFBD>×<EFBFBD>ÔÝÜ×Æ<EFBFBD>Î@æ—ã¢Æ›
|
||||||
Themes = sirio_themes.ini
|
Themes = sirio_themes.ini
|
||||||
Web = www.aga.it/release100/
|
Web = http://patch.campoenterprise.com/PatchV1000/
|
||||||
|
|
||||||
[OEM_2]
|
[OEM_2]
|
||||||
Administrator = ’—’Œ<EFBFBD>
|
Administrator = ’—’Œ<EFBFBD>
|
||||||
@ -35,7 +35,7 @@ Password =
|
|||||||
Product = ”¢Œˆ’•…
|
Product = ”¢Œˆ’•…
|
||||||
Reseller = ¥˜™•<EFBFBD>‰¦v§eÇ€³qÀw
|
Reseller = ¥˜™•<EFBFBD>‰¦v§eÇ€³qÀw
|
||||||
Themes = tetra_themes.ini
|
Themes = tetra_themes.ini
|
||||||
Web = www.aga.it/release100/
|
Web = http://patch.campoenterprise.com/PatchV1000/
|
||||||
|
|
||||||
[OEM_3]
|
[OEM_3]
|
||||||
Administrator = ’—’Œ<EFBFBD>
|
Administrator = ’—’Œ<EFBFBD>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user