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 /config.php.sample | |
parent | 28d02ec8cdd0278c802c8fee30acddecca9ca01f (diff) |
Added config option to enable or disable file uploads with notices.
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index ed70f85fb..7649c5262 100644 --- a/config.php.sample +++ b/config.php.sample @@ -222,5 +222,6 @@ $config['sphinx']['port'] = 3312; // $config['attachments']['file_quota'] = 5000000; // $config['attachments']['user_quota'] = 50000000; // $config['attachments']['monthly_quota'] = 15000000; +// $config['attachments']['uploads'] = true; // $config['oohembed']['endpoint'] = 'http://oohembed.com/oohembed/'; |