diff options
author | mEDI <medi@milaro.net> | 2009-08-18 22:55:42 +0200 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-20 13:24:46 -0400 |
commit | 0535b439445cdfbbefb4fe2b22d4791260e2adec (patch) | |
tree | bad941b90a08ff87ef9017ea76e6027e9c47bf5b /config.php.sample | |
parent | 418a5a95ab4831ec905dd849fa2632dec24b96da (diff) |
add $config['attachments']['path'] to the config.php.sample
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 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/'; |