Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TrAnn3l authored Oct 8, 2019
1 parent e264304 commit f58c1b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MiTranslate/Start.vb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ Public Class frmTranslation
Private Sub cmdGetVersions_Click(sender As Object, e As EventArgs) Handles cmdGetVersions.Click
Dim homeapp() As String
Dim vacuum() As String
ServicePointManager.Expect100Continue = True
ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12
Using client = New WebClient()
Dim result() As String = Split(client.DownloadString("https://philippwensauer.com/mi/versions.txt?v=" & frmStart.lblVersion.Text), vbCrLf)
homeapp = Split(result(0), ";")
Expand Down

0 comments on commit f58c1b6

Please sign in to comment.