Applied adapted Drupal core patch #572516 for sites with mixed public and private files
This commit is contained in:
parent
75c72c4cbb
commit
5c5aaddc78
6 changed files with 35 additions and 27 deletions
|
@ -52,6 +52,11 @@ $conf = array(
|
|||
// Site main values:
|
||||
'site_name' => 'My SuiteDesk site',
|
||||
|
||||
// Files directories (private, public and temp):
|
||||
'file_directory_path' => '../files/default',
|
||||
'file_dirpublic_path' => 'files/default',
|
||||
'file_directory_temp' => '/tmp',
|
||||
|
||||
// Social links:
|
||||
# 'social_website' => 'http://www.example.com',
|
||||
# 'social_rss' => 'http://www.example.com/feed',
|
||||
|
|
Reference in a new issue