diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-03-02 19:13:51 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-03-02 19:13:51 +0100 |
commit | f65478b624f485098eb1675572357af2f3ca5c40 (patch) | |
tree | f2b49854daaa7db9ce531c012d694977ee7b4315 /config.php.sample | |
parent | 767d49495d900979b9e694eed51e0379c529181c (diff) | |
parent | 68347691b0c7fb3f81415abd7fcdc5aec85cc554 (diff) |
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index b8852dc67..5c5fb5b53 100644 --- a/config.php.sample +++ b/config.php.sample @@ -275,6 +275,8 @@ $config['sphinx']['port'] = 3312; // Support for file uploads (attachments), // select supported mimetypes and quotas (in bytes) // $config['attachments']['supported'] = array('image/png', 'application/ogg'); +// $config['attachments']['supported'] = true; //allow all file types to be uploaded + // $config['attachments']['file_quota'] = 5000000; // $config['attachments']['user_quota'] = 50000000; // $config['attachments']['monthly_quota'] = 15000000; |