]> git.p6c8.net - jirafeau.git/commit
[BUGFIX] Remove false IP challenge to allow uploads again
authorDan Untenzu <untenzu@webit.de>
Fri, 17 Mar 2017 16:28:56 +0000 (17:28 +0100)
committerDan Untenzu <untenzu@webit.de>
Fri, 17 Mar 2017 16:28:56 +0000 (17:28 +0100)
commitb402561271f0de4f4c12fc8f8c7d51d12e0a3e5c
tree2418de03c7f962ee7be23697ac288c19f5cb984a
parent6f8b5fe4757b151a042ea83adbce2eb6c218d104
[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
index.php
lib/functions.php

patrick-canterino.de