diff --git a/setup/Setup.cpp b/setup/Setup.cpp index 0bd57495e..788087812 100755 --- a/setup/Setup.cpp +++ b/setup/Setup.cpp @@ -330,7 +330,7 @@ bool CampoSetup::StopLurch() const for (int i = 0; i < 2; i++) { wxHTTP scServer; - if (scServer.Connect("127.0.0.1", i == 0 ? 10000 : 1883)) + if (scServer.Connect("127.0.0.1", i == 0 ? 1883 : 10000)) { //if (scServer.BuildRequest("/stop.cgi", 0)) wxInputStream* isIs = scServer.GetInputStream("/stop.cgi"); @@ -524,7 +524,7 @@ bool CampoSetup::UnzipModule(const wxString& strPrgLocPath, const wxString& strS UpdateInstallIni(strWrk, strPrgLocPath + "/install.ini", strModule); } } - + //Adesso puo' far ripartire il server di chiavi const bool bLurch = strModule == "sr" && LurchWasRunning(); if (bLurch) diff --git a/setup/aga.ico b/setup/aga.ico index 17f1d2214..166b70cf4 100755 Binary files a/setup/aga.ico and b/setup/aga.ico differ