summaryrefslogtreecommitdiff
path: root/config.sample.php
diff options
context:
space:
mode:
Diffstat (limited to 'config.sample.php')
-rw-r--r--config.sample.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.sample.php b/config.sample.php
index 94edc32..ad1c536 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -5,12 +5,12 @@
$config['plugin'] = 'phpbb3';
$config['log_path'] = __DIR__ . '/logs/';
-$config['phpbb3'] = array(
- 'root_path' => '' /* path to your phpBB3 installation */,
+$config['phpbb30'] = array(
+ 'root_path' => '' /* path to your phpBB30 installation */,
);
-$config['phpbb4'] = array(
- 'root_path' => '' /* path to your phpBB4 installation */,
+$config['phpbb31'] = array(
+ 'root_path' => '' /* path to your phpBB31 installation */,
);
$config['drupal7'] = array(