From 12f6c2acb29cbea6f41d1152eb27affa358c196f Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Tue, 30 Oct 2012 15:28:52 +0100 Subject: Refactor to a general, flexible and extensible architecture. --- config.sample.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 config.sample.php (limited to 'config.sample.php') diff --git a/config.sample.php b/config.sample.php new file mode 100644 index 0000000..0f1b9fa --- /dev/null +++ b/config.sample.php @@ -0,0 +1,25 @@ + '' /* path to your phpBB3 installation */, +); + +$config['phpbb4'] = array( + 'root_path' => '' /* path to your phpBB4 installation */, +); + +$config['drupal7'] = array( + 'root_path' => '' /* path to your Drupal 7 installation */, + 'site' => 'default' /* site directory */, +); + +$config['drupal8'] = array( + 'root_path' => '' /* path to your Drupal 7 installation */, + 'site' => 'default' /* site directory */, +); + -- cgit v1.1