Fixes CRM-19306: Fix documentation for upload directories in civicrm.settings.php...
authorChristopher Gervais <chris@ergonlogic.com>
Sat, 3 Sep 2016 19:35:41 +0000 (15:35 -0400)
committerChristopher Gervais <chris@ergonlogic.com>
Sat, 3 Sep 2016 19:35:41 +0000 (15:35 -0400)
templates/CRM/common/civicrm.settings.php.template

index c943179a0f4bf1942e14ca2bade049de820a54b5..dca7d99b8bd83b0823bb4aa411735aaa36828618 100644 (file)
@@ -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' ;