summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErnesto Castellotti <mail@ernestocastellotti.it>2023-07-15 22:48:55 +0200
committerGitHub <noreply@github.com>2023-07-15 22:48:55 +0200
commit0db31746a8851954a58ee5c1d2e79ae9d3ba6810 (patch)
treef0c5e928f9e577eb98c33f07276dde924705d13b
parentUpdate vendor.md - Add AVMG (#248) (diff)
downloadhack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar
hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.gz
hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.bz2
hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.lz
hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.xz
hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.tar.zst
hack-gpon.github.io-0db31746a8851954a58ee5c1d2e79ae9d3ba6810.zip
-rw-r--r--_includes/cig_password.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/cig_password.html b/_includes/cig_password.html
index c49e834..5f19314 100644
--- a/_includes/cig_password.html
+++ b/_includes/cig_password.html
@@ -28,7 +28,7 @@
event.preventDefault();
} else {
const data = new URLSearchParams(new FormData(cigPassword));
- var url = new URL("https://cigpassword.eu.org/");
+ var url = new URL("https://cigpassword.hack-gpon.org/");
url.search = data.toString();
fetch(url, {mode: 'cors'}).then(response => response.json()).then(json => document.getElementById('result').value = json.password).catch((error) => {
document.getElementById('result').value = "Error!"