Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
295 stars 158 forks source link

Bug fix for multi-value checkboxes in form data. #113

Closed diffen closed 6 years ago

diffen commented 6 years ago

Checkboxes in form data can have multiple values. Currently the code errors out with "converting array to string" error. This commit fixes that.