mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-02 20:59:28 +00:00
30ef50fa4c
Before the number of params was overflowing POST param limitation of 1000. Now data is json stringified on clientside to pack all data in only one string. Adaptations were done also on serverside.