summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2012-11-03 02:18:05 +0100
committerChristoph Burschka2012-11-03 02:18:05 +0100
commitc1a78a0f8056fc097afba9b875eea6e838bd9f5d (patch)
tree309126f74e65894a12918fb635bed1750f2e3409
parentAdding a README (diff)
downloadejabberd-auth-php-c1a78a0f8056fc097afba9b875eea6e838bd9f5d.tar.gz
Do not set a plugin by default.
-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 */,
);
-