16c089705c
The `sqlpage.variables()` function previously allowed duplicate keys when GET, POST, and SET variables of the same name were present. This commit ensures that the returned JSON object contains only unique keys, with precedence given to SET variables, then POST, then GET.