From: Christopher Gervais Date: Sat, 3 Sep 2016 19:35:41 +0000 (-0400) Subject: Fixes CRM-19306: Fix documentation for upload directories in civicrm.settings.php... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f42b34c17c8b5334d7bce05c042d7bd6c69e9507;p=civicrm-core.git Fixes CRM-19306: Fix documentation for upload directories in civicrm.settings.php template. --- diff --git a/templates/CRM/common/civicrm.settings.php.template b/templates/CRM/common/civicrm.settings.php.template index c943179a0f..dca7d99b8b 100644 --- a/templates/CRM/common/civicrm.settings.php.template +++ b/templates/CRM/common/civicrm.settings.php.template @@ -212,10 +212,10 @@ if (!defined('CIVICRM_UF_BASEURL')) { // global $civicrm_setting; // Override the Temporary Files directory. - // $civicrm_setting['Directory Preferences']['customFileUploadDir'] = '/path/to/upload'; + // $civicrm_setting['Directory Preferences']['uploadDir'] = '/path/to/upload-dir' ; // Override the custom files upload directory. - // $civicrm_setting['Directory Preferences']['uploadDir'] = '/path/to/upload-dir' ; + // $civicrm_setting['Directory Preferences']['customFileUploadDir'] = '/path/to/custom-dir'; // Override the images directory. // $civicrm_setting['Directory Preferences']['imageUploadDir'] = '/path/to/image-upload-dir' ;