kolab.org/www

Torsten Grote grote at kolabsys.com
Wed Aug 15 16:39:00 CEST 2012


 kolab.org/www/drupal-7.15/sites/default/conf.php      |   14 ++++++++
 kolab.org/www/drupal-7.15/sites/default/db_prefix.php |   29 ++++++++++++++++++
 2 files changed, 43 insertions(+)

New commits:
commit 5b3dde3580ab245879b05d04258f7415d04164d1
Author: Torsten Grote <grote at kolabsys.com>
Date:   Wed Aug 15 16:38:48 2012 +0200

    add missing conf files

diff --git a/kolab.org/www/drupal-7.15/sites/default/conf.php b/kolab.org/www/drupal-7.15/sites/default/conf.php
new file mode 100644
index 0000000..cab28e9
--- /dev/null
+++ b/kolab.org/www/drupal-7.15/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");
+
+?>
diff --git a/kolab.org/www/drupal-7.15/sites/default/db_prefix.php b/kolab.org/www/drupal-7.15/sites/default/db_prefix.php
new file mode 100644
index 0000000..6e9c1e0
--- /dev/null
+++ b/kolab.org/www/drupal-7.15/sites/default/db_prefix.php
@@ -0,0 +1,29 @@
+<?php
+
+    $databases['default']['default']['prefix'] = array(
+        'authmap'           => 'shared_',
+        'captcha_points'    => 'shared_',
+        'default'           => 'www_',
+        'filters'           => 'shared_',
+        'filter_formats'    => 'shared_',
+        'ldapauth'          => 'shared_',
+        'og'                => 'shared_',
+        'og_access_roles'   => 'shared_',
+        'og_ancestry'       => 'shared_',
+        'og_notifications'  => 'shared_',
+        'og_uid'            => 'shared_',
+        'og_users_roles'    => 'shared_',
+        'profile_fields'    => 'shared_',
+        'profile_values'    => 'shared_',
+        'role'              => 'shared_',
+        'sessions'          => 'shared_',
+        'twitter'           => 'shared_',
+        'twitter_account'   => 'shared_',
+        'twitter_user'      => 'shared_',
+        'users'             => 'shared_',
+        'users_roles'       => 'shared_',
+        'vocabulary'        => 'shared_',
+        'wysiwyg'           => 'shared_'
+    );
+
+?>





More information about the commits mailing list