diff --git a/source/updatecheck.pas b/source/updatecheck.pas index bd7f9d9a..dfb09e51 100644 --- a/source/updatecheck.pas +++ b/source/updatecheck.pas @@ -105,7 +105,7 @@ begin // Prepare download CheckfileDownload := TDownLoadURL2.Create(Self); CheckfileDownload.SetUserAgent(APPNAME + ' ' + Mainform.AppVersion + ' update checker tool'); - CheckfileDownload.URL := APPDOMAIN + 'updatecheck.php?r='+IntToStr(Mainform.AppVerRevision); + CheckfileDownload.URL := APPDOMAIN + 'updatecheck.php?r='+IntToStr(Mainform.AppVerRevision)+'&t='+DateTimeToStr(Now); CheckfileDownload.Filename := GetTempDir + APPNAME + '_updatecheck.ini'; // Download the check file