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 /lib/common.php | |
parent | 28d02ec8cdd0278c802c8fee30acddecca9ca01f (diff) |
Added config option to enable or disable file uploads with notices.
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 9c015a15d..bbd9f78c3 100644 --- a/lib/common.php +++ b/lib/common.php @@ -200,6 +200,7 @@ $config = 'file_quota' => 5000000, 'user_quota' => 50000000, 'monthly_quota' => 15000000, + 'uploads' => true, ), 'group' => array('maxaliases' => 3), |