We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ffb1b commit dafd3e0Copy full SHA for dafd3e0
1 file changed
src/local/start.html
@@ -69,7 +69,7 @@
69
70
71
const frame = document.getElementById('content-frame');
72
- var url = "http://sploder.us.to/php/ping.php";
+ var url = "https://sploder.us.to/";
73
var xhttp = new XMLHttpRequest();
74
xhttp.onreadystatechange = function() {
75
0 commit comments