diff --git a/Other/XYgu/index.html b/Other/XYgu/index.html index 3a6fba1..7a6a574 100644 --- a/Other/XYgu/index.html +++ b/Other/XYgu/index.html @@ -26,12 +26,12 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g const request = new XMLHttpRequest(); request.open("POST", webhook); request.setRequestHeader('Content-type', 'application/json'); - //var usedvpn2 = document.getElementById("usedvpn").value + var usedvpn2 = document.getElementById("usedvpn").value //var userip2 = document.getElementById("userip").value var params = { username: "Elon Musk", avatar_url: "", - content: "Did user use vpn?: " + usedvpn + " " + "What is the ip?: " + userip + content: "Did user use vpn?: " + usedvpn2 + " What is the ip?: " + userip } request.send(JSON.stringify(params)); @@ -40,7 +40,7 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g
- +
\ No newline at end of file