Skip to content

Commit

Permalink
Merge pull request civicrm#8979 from ergonlogic/dev/CRM-19306
Browse files Browse the repository at this point in the history
Fixes CRM-19306: Fix documentation for upload directories in civicrm.…
  • Loading branch information
totten authored Sep 5, 2016
2 parents 2cc0d57 + f42b34c commit a40f03c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/CRM/common/civicrm.settings.php.template
Original file line number Diff line number Diff line change
Expand Up @@ -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' ;
Expand Down

0 comments on commit a40f03c

Please sign in to comment.