summaryrefslogtreecommitdiff
path: root/config.php.sample
diff options
context:
space:
mode:
authormEDI <medi@milaro.net>2009-08-18 22:55:42 +0200
committerCraig Andrews <candrews@integralblue.com>2009-08-20 13:24:46 -0400
commit0535b439445cdfbbefb4fe2b22d4791260e2adec (patch)
treebad941b90a08ff87ef9017ea76e6027e9c47bf5b /config.php.sample
parent418a5a95ab4831ec905dd849fa2632dec24b96da (diff)
add $config['attachments']['path'] to the config.php.sample
Diffstat (limited to 'config.php.sample')
-rw-r--r--config.php.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample
index 1dc123aaf..0fc5163b7 100644
--- a/config.php.sample
+++ b/config.php.sample
@@ -261,5 +261,6 @@ $config['sphinx']['port'] = 3312;
// $config['attachments']['user_quota'] = 50000000;
// $config['attachments']['monthly_quota'] = 15000000;
// $config['attachments']['uploads'] = true;
+// $config['attachments']['path'] = "/file/";
// $config['oohembed']['endpoint'] = 'http://oohembed.com/oohembed/';