case 3649
This commit is contained in:
@@ -27,7 +27,7 @@ namespace GZTW.AyaNova.BLL
|
||||
{
|
||||
//download the update xml
|
||||
WebClient wc = new WebClient();
|
||||
Stream strm = wc.OpenRead("http://www.ayanova.com/updates/updates.xml");
|
||||
Stream strm = wc.OpenRead("https://www.ayanova.com/updates/updates.xml");//case 3649
|
||||
DataSet ds = new DataSet();
|
||||
ds.ReadXml(strm);
|
||||
strm.Close();
|
||||
|
||||
Reference in New Issue
Block a user