From: mEDI Date: Tue, 18 Aug 2009 20:55:42 +0000 (+0200) Subject: add $config['attachments']['path'] to the config.php.sample X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0535b439445cdfbbefb4fe2b22d4791260e2adec;p=quix0rs-gnu-social.git add $config['attachments']['path'] to the config.php.sample --- 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/';