From c92b1bd7538ed0eb18bdb3a1401fe4d0010bfdeb Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Fri, 2 Nov 2012 23:19:12 +0100 Subject: Renaming phpbb versions properly. --- config.sample.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.sample.php') 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( -- cgit v1.1