mirror of
https://github.com/YunoHost-Apps/phpbb_ynh.git
synced 2024-09-03 19:56:36 +02:00
Addition of a warning
This commit is contained in:
parent
1f1f59eed8
commit
2cbe468197
1 changed files with 10 additions and 1 deletions
|
@ -49,6 +49,15 @@
|
||||||
"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)"
|
"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"
|
"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"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue