From: Dan Untenzu Date: Fri, 17 Mar 2017 16:28:56 +0000 (+0100) Subject: [BUGFIX] Remove false IP challenge to allow uploads again X-Git-Tag: 3.1.0~1 X-Git-Url: https://git.p6c8.net/jirafeau.git/commitdiff_plain/b402561271f0de4f4c12fc8f8c7d51d12e0a3e5c?ds=inline;hp=b402561271f0de4f4c12fc8f8c7d51d12e0a3e5c [BUGFIX] Remove false IP challenge to allow uploads again The upload form currently has a broken IP check which dissallows all uploads even if no IP restrictions are configured in the config. Replace the wrong check and add some code comments to make this authorization more readable. Refs #113 #107 #111 ---