diff options
author | emkael <emkael@tlen.pl> | 2021-02-10 19:12:33 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-02-10 19:12:33 +0100 |
commit | f8f6cfacc2595716d67d70e1a67dce4b1bfe762e (patch) | |
tree | 05f8a5d5e72e5053b6548d26cebd5dc61baead74 | |
parent | 30d57bb47a2537f02acf338f4be477e0ad359c7d (diff) |
-rw-r--r-- | http/pkle2020a.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/pkle2020a.php b/http/pkle2020a.php index 0273e1c..2e60429 100644 --- a/http/pkle2020a.php +++ b/http/pkle2020a.php @@ -85,7 +85,7 @@ function sendit(form) { var params = { - version: 3, // the 2020 local B**eNET edition + version: '3.1', // the 2020 local B**eNET edition type: parseInt(form.typ.value), contestants: parseInt(form.iuc.value), players: parseInt(form.izw.value), |