Uploaded file sizes seem to be reported differently by PHP filesize(); changing divis...
[squirrelmail.git] / config / config_local.example.php
index 1473f0a61dfa2cfb383071f4d82a34fe83efb629..1cac112971573979cb7646d4680405912765e6d0 100644 (file)
  * traffic from a proxy so the normal $PHP_SELF does not resolve
  * to what it should be for the real client.
  *
+ * $upload_filesize_divisor allows the administrator to specify
+ * the divisor used when converting the size of an uploaded file
+ * as given by PHP's filesize() and converted to human-digestable
+ * form.  By default, 1000 is used, but 1024 may be necessary in
+ * some environments.
+ * $upload_filesize_divisor = 1024;
+ *
  */