From 8f576d87d23be5f170054a8454b7917ae64f5696 Mon Sep 17 00:00:00 2001 From: Flanpy Date: Wed, 12 Nov 2014 11:24:34 +0100 Subject: Add the ability to select plugins in the installer --- installer/config.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/config.php b/installer/config.php index 590bbe0e7..82d7f55d6 100644 --- a/installer/config.php +++ b/installer/config.php @@ -678,7 +678,8 @@ echo $select_param_folding->show(strval($RCI->getprop('mime_param_folding'))); list_plugins(); -foreach($plugins as $p) { +foreach($plugins as $p) +{ $p_check = new html_checkbox(array('name' => '_plugins_'.$p['name'], 'id' => 'cfgplugin_'.$p['name'])); echo '
'.$p['name'].'
'; echo $p_check->show(0, array('value' => $p['name'])); @@ -688,7 +689,7 @@ foreach($plugins as $p) { ?> -

Before enabling any plugin, check their dependencies

+

Please consider checking dependencies of enabled plugins