Show
Ignore:
Timestamp:
06/01/08 10:09:52 (2 years ago)
Author:
weppos
Message:

* merged ASG 2.1.5 changes into trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/myasg/asg-includes/update.asp

    r160 r166  
    4545  strHost = Request.ServerVariables("HTTP_HOST") 
    4646  strVersion = strCurrentVersion 
    47   strUrl = "http://www.weppos.com/asg/checkversion/check_update.asp?" &_ 
     47  strUrl = "http://www.asp-stats.com/api/v1/version_check?" &_ 
    4848           "host=" & Server.URLEncode(strHost) & "&" &_ 
    4949           "version=" & Server.URLEncode(strVersion)