summaryrefslogtreecommitdiff
path: root/config.sample.php
diff options
context:
space:
mode:
authorChristoph Burschka2012-11-02 23:19:12 +0100
committerChristoph Burschka2012-11-02 23:19:12 +0100
commitc92b1bd7538ed0eb18bdb3a1401fe4d0010bfdeb (patch)
tree4df80ba2396093c2781e20430f2232190f74976b /config.sample.php
parentTypo in config.sample.php (diff)
downloadejabberd-auth-php-c92b1bd7538ed0eb18bdb3a1401fe4d0010bfdeb.tar.gz
Renaming phpbb versions properly.
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(