From 0535b439445cdfbbefb4fe2b22d4791260e2adec Mon Sep 17 00:00:00 2001 From: mEDI Date: Tue, 18 Aug 2009 22:55:42 +0200 Subject: [PATCH] add $config['attachments']['path'] to the config.php.sample --- config.php.sample | 1 + 1 file changed, 1 insertion(+) diff --git a/config.php.sample b/config.php.sample index 1dc123aafe..0fc5163b7a 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/';