diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-17 16:55:01 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-17 16:55:01 -0400 |
commit | b58dc5e96117bdb4de899d37c6eb94ebf1c3dfe6 (patch) | |
tree | 283b83c3c487036444595375d50f506e81f21974 /README | |
parent | 28d02ec8cdd0278c802c8fee30acddecca9ca01f (diff) |
Added config option to enable or disable file uploads with notices.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1223,6 +1223,7 @@ supported: an array of mime types you accept to store and distribute, like 'image/gif', 'video/mpeg', 'audio/mpeg', etc. Make sure you setup your server to properly reckognize the types you want to support. +uploads: false to disable uploading files with notices (true by default). For quotas, be sure you've set the upload_max_filesize and post_max_size in php.ini to be large enough to handle your upload. In httpd.conf |