|
@@ -75,11 +75,13 @@ begin
|
|
|
|
|
|
G_Server := sIP;
|
|
|
G_CompanyName := sN;
|
|
|
+
|
|
|
ini := TIniFile.Create(ExtractFilePath(Application.ExeName) + 'Cloud.ini');
|
|
|
try
|
|
|
ini.WriteString('URL', 'Server', sIP);
|
|
|
ini.WriteString('URL', 'CompanyName', sN);
|
|
|
ini.WriteString('URL', 'LoginCloudURL', 'http://' + sIP);
|
|
|
+ PHPWeb.LoginCloudURL := 'http://' + sIP;
|
|
|
finally
|
|
|
ini.Free;
|
|
|
end;
|