From 2cbe46819710ee317bad5b675b6874fbf6c05762 Mon Sep 17 00:00:00 2001 From: polytan02 Date: Sat, 7 Mar 2015 15:19:05 +0000 Subject: [PATCH] Addition of a warning --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 278735e..410fa4f 100644 --- a/manifest.json +++ b/manifest.json @@ -49,7 +49,16 @@ "fr": "Choisissez un mot de passe pour la base MySQL de phpBB. Veuillez noter que la table et l'utilisateur créé seront phpBB (sensible à la casse)" }, "example": "my_strong_password" - } + }, + { + "name": "manual_config", + "ask": { + "en": "IMPORTANT : Manual configuration after installation by going the the phpBB path web addrees", + "fr": "IMPORTANT : Configuration manuelle après installation en se rendant au chemin web de phpBB" + }, + "choices": ["Yes", "Yes (You don't have a choice !)"], + "default": "Yes" + } ] } }