summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2012-11-01 00:16:09 +0100
committerChristoph Burschka2012-11-01 00:16:09 +0100
commit7563da5738416e3e1e806869c549e497b8ed9f3c (patch)
tree1bd84e00d1c8489dd653db5026c65bd211812d16
parentHuge overhaul to deal with the global variables more cleanly. Avoid globals w... (diff)
downloadejabberd-auth-php-7563da5738416e3e1e806869c549e497b8ed9f3c.tar.gz
Typo in config.sample.php
-rw-r--r--config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.sample.php b/config.sample.php
index 0f1b9fa..94edc32 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -19,7 +19,7 @@ $config['drupal7'] = array(
);
$config['drupal8'] = array(
- 'root_path' => '' /* path to your Drupal 7 installation */,
+ 'root_path' => '' /* path to your Drupal 8 installation */,
'site' => 'default' /* site directory */,
);