summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Burschka2013-12-30 03:26:33 +0100
committerChristoph Burschka2013-12-30 03:26:33 +0100
commit6c92db7e2d30e24bfc65245ccef68144459df312 (patch)
tree7445075a38ebf283baadb114b95a13c117b5118d
parentActually return the result of the SSI call. (diff)
downloadejabberd-auth-php-6c92db7e2d30e24bfc65245ccef68144459df312.tar.gz
Add SMF to config template.
-rw-r--r--config.sample.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.sample.php b/config.sample.php
index eb5c0da..14c6153 100644
--- a/config.sample.php
+++ b/config.sample.php
@@ -22,3 +22,7 @@ $config['drupal8'] = array(
'root_path' => '' /* path to your Drupal 8 installation */,
'site' => 'default' /* site directory */,
);
+
+$config['smf2'] = array(
+ 'root_path' => '' /* path to your SMF 2.x installation */,
+);