X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/359e956710a9f4b151c86181affd012926aed8a5..a00401257a73daf0449386e57ee9a811e2a4f408:/lib/config.original.php?ds=sidebyside diff --git a/lib/config.original.php b/lib/config.original.php index 30440a2..913f3ac 100644 --- a/lib/config.original.php +++ b/lib/config.original.php @@ -85,7 +85,6 @@ $cfg['upload_password'] = array(); $cfg['upload_ip'] = array(); /* List of IP allowed to upload a file without password. - * If the list is empty, then there is no upload restriction based on IP. * Elements of the list can be a single IP (e.g. "123.45.67.89") or * an IP range (e.g. "123.45.0.0/16"). * Note that CIDR notation is available for IPv4 only for the moment.