diff options
author | Torsten Grote <grote@kolabsys.com> | 2012-10-25 15:00:34 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2012-10-25 15:00:34 (GMT) |
commit | 7f1a5583086bdac027fb58a9970590ae40fe4849 (patch) | |
tree | d9815325c590839e176d5890a2a6e4b90edfe3c5 /kolab.org | |
parent | 1922c24f353aeda0766fc09bb22b4bdc453ce928 (diff) | |
download | kolab.org-www-7f1a5583086bdac027fb58a9970590ae40fe4849.tar.gz |
added missing conf file
Diffstat (limited to 'kolab.org')
-rw-r--r-- | kolab.org/www/drupal-7.16/sites/default/conf.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kolab.org/www/drupal-7.16/sites/default/conf.php b/kolab.org/www/drupal-7.16/sites/default/conf.php new file mode 100644 index 0000000..cab28e9 --- /dev/null +++ b/kolab.org/www/drupal-7.16/sites/default/conf.php @@ -0,0 +1,14 @@ +<?php + + $conf = array( + 'file_directory_path' => 'sites/default/files', + 'page_compression' => '0', + 'user_pictures' => '1', + 'user_picture_path' => 'pictures' + ); + + include($_SERVER['DOCUMENT_ROOT'] . "/sites/all/conf.php"); + + include($_SERVER['DOCUMENT_ROOT'] . "/../private_conf.php"); + +?> |