From c1a78a0f8056fc097afba9b875eea6e838bd9f5d Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Sat, 3 Nov 2012 02:18:05 +0100 Subject: Do not set a plugin by default. --- config.sample.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.sample.php b/config.sample.php index ad1c536..eb5c0da 100644 --- a/config.sample.php +++ b/config.sample.php @@ -2,7 +2,7 @@ /* copy this file to config.php */ -$config['plugin'] = 'phpbb3'; +$config['plugin'] = ''; $config['log_path'] = __DIR__ . '/logs/'; $config['phpbb30'] = array( @@ -22,4 +22,3 @@ $config['drupal8'] = array( 'root_path' => '' /* path to your Drupal 8 installation */, 'site' => 'default' /* site directory */, ); - -- cgit v1.1