]> git.p6c8.net - jirafeau_project.git/blobdiff - lib/config.original.php
Fix upload IP check
[jirafeau_project.git] / lib / config.original.php
index 30440a2c6c158b04b1537f98aa5c68e3feb93679..913f3acb0eb385ca753074184abd465840007897 100644 (file)
@@ -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.

patrick-canterino.de