Fix DNS for the server.

This commit is contained in:
Chris Midkiff 2019-03-12 21:33:07 +00:00
parent fa5078e4cc
commit 6596870365

View File

@ -38,7 +38,7 @@ namespace Assets.Scripts
{ {
using (WebClient client = new WebClient()) using (WebClient client = new WebClient())
{ {
string endpoint = "http://astralqueen.bw.edu/hci/upload.php"; string endpoint = "http://mops.bw.edu/hci/upload.php";
client.Headers[HttpRequestHeader.ContentType] = "application/x-www-form-urlencoded"; client.Headers[HttpRequestHeader.ContentType] = "application/x-www-form-urlencoded";
string ud = "userStudyId=" + name + "&userStudyData=" + data; string ud = "userStudyId=" + name + "&userStudyData=" + data;