Skip to content

Commit

Permalink
Fix server proto to HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Aug 9, 2014
1 parent c7dc952 commit 6203367
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ Public Sub MenuButton1_Click()
Dim URL As String
Inc Application.Busy
VALIDATE._inits()
URL = VALIDATE.SendReportToServer(User.Home & "/.i-nex/VALID", "Validate", "http://i-nex.pl/", Settings["Cerbero/USERNAME"], Settings["Cerbero/API"])
URL = VALIDATE.SendReportToServer(User.Home & "/.i-nex/VALID", "Validate", "https://i-nex.pl/", Settings["Cerbero/USERNAME"], Settings["Cerbero/API"])
FCopyUrl.TextBox1.Text = URL
FCopyUrl.Show
Dec Application.Busy
Expand Down
2 changes: 1 addition & 1 deletion debian/postinst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
if which curl >/dev/null; then
curl --silent http://i-nex.pl/?downloadcount=1 > /dev/null 1>&1
curl --silent https://i-nex.pl/?downloadcount=1 > /dev/null 1>&1
fi

0 comments on commit 6203367

Please sign in to comment.