diff options
Diffstat (limited to 'http/pkle2018.php')
-rw-r--r-- | http/pkle2018.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http/pkle2018.php b/http/pkle2018.php index 4ea16f4..cbcc9a7 100644 --- a/http/pkle2018.php +++ b/http/pkle2018.php @@ -82,6 +82,7 @@ function display() { function sendit(form) { var params = { + version: '1', // 2018.11.01 version type: parseInt(form.typ.value), contestants: parseInt(form.iuc.value), players: parseInt(form.izw.value), |