summaryrefslogtreecommitdiff
path: root/config.sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.sample.php')
-rw-r--r--config.sample.php3
1 files changed, 1 insertions, 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 */,
);
-