From 6c92db7e2d30e24bfc65245ccef68144459df312 Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Mon, 30 Dec 2013 03:26:33 +0100 Subject: Add SMF to config template. --- config.sample.php | 4 ++++ 1 file changed, 4 insertions(+) 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 */, +); -- cgit v1.1