kolab.org/www
    Torsten Grote 
    grote at kolabsys.com
       
    Thu Oct 25 17:00:42 CEST 2012
    
    
  
 kolab.org/www/drupal-7.16/sites/default/conf.php |   14 ++++++++++++++
 1 file changed, 14 insertions(+)
New commits:
commit 7f1a5583086bdac027fb58a9970590ae40fe4849
Author: Torsten Grote <grote at kolabsys.com>
Date:   Thu Oct 25 17:00:34 2012 +0200
    added missing conf file
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");
+
+?>
    
    
More information about the commits
mailing list