catalyst / moodle-tool_abconfig

A way to A/B test config, or slowly turn on config for certain audiences or % of traffic
https://moodle.org/plugins/tool_abconfig
6 stars 4 forks source link

Issue #19: Removed as much _GET use as possible #26

Closed Peterburnett closed 4 years ago

Peterburnett commented 4 years ago

Closes #19. 1 _GET still remains, but the parameters are cleaned in the same way as regular parameter handling.