add private file path for uploading files
This commit is contained in:
@@ -610,7 +610,7 @@ $settings['update_free_access'] = FALSE;
|
|||||||
* See https://www.drupal.org/documentation/modules/file for more information
|
* See https://www.drupal.org/documentation/modules/file for more information
|
||||||
* about securing private files.
|
* about securing private files.
|
||||||
*/
|
*/
|
||||||
# $settings['file_private_path'] = '';
|
$settings['file_private_path'] = 'web/sites/default/files/private';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Temporary file path:
|
* Temporary file path:
|
||||||
|
|||||||
Reference in New Issue
Block a user