diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-08-21 15:30:03 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-08-21 15:30:03 -0400 |
commit | 9f07921b45190b462e1a798622068e24ef31e124 (patch) | |
tree | 45ba802a5aa64c44faa4319749220e266f9cf1ee /config.php.sample | |
parent | 041d2d82d3db92368913466869688cb5fa2554c8 (diff) | |
parent | a8d35451823b01c074d5417a138d4968331a8130 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x
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/'; |