From ef2a03d679d8fa840533dd2c2d71b8ec111bdbd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Klockiewicz?= Date: Tue, 29 May 2018 00:10:41 +0200 Subject: [PATCH] Update fr.md --- docs/fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fr.md b/docs/fr.md index 54d0056..2a13bfa 100644 --- a/docs/fr.md +++ b/docs/fr.md @@ -13,7 +13,7 @@ Pré-requis Les pré-requis système pour Batflat sont modeste, donc tous les serveurs modernes peuvent suffirent. + Apache 2.2+ with `mod_rewrite` -+ PHP version 5.5+ ++ PHP version 5.6+ + Access to SQLite La configuration PHP doit avoir les extentions suivantes : @@ -1338,4 +1338,4 @@ Languages All language files are located in the `lang` directories inside the modules and under the `inc/lang` path. In this last path there are folders corresponding to the language names in the following format: `en_english`. The first part is the abbreviation of the language and the second is the full name. Within the directory is the `general.ini` file, which contains general language variables for the system. -After creating a new language folder, Batflat automatically detects the added language and allows it to be selected in the admin panel. Note that the procedure for creating a new language should be repeated for each module. \ No newline at end of file +After creating a new language folder, Batflat automatically detects the added language and allows it to be selected in the admin panel. Note that the procedure for creating a new language should be repeated for each module.