From 34ec98fa81cded37fd18f146524bf661ebc77109 Mon Sep 17 00:00:00 2001 From: Algov Date: Tue, 8 Aug 2023 09:36:50 +0000 Subject: [PATCH] Modification de la configuration pour le site de Chapril --- config.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.inc.php b/config.inc.php index cb063da..4db5a10 100755 --- a/config.inc.php +++ b/config.inc.php @@ -3,14 +3,14 @@ // LIBREQR SETTINGS // Theme's directory name -define("THEME", "libreqr"); +define("THEME", "chapril"); // Language used if those requested by the user are not available -define("DEFAULT_LOCALE", "en"); +define("DEFAULT_LOCALE", "fr"); // Will be printed at the bottom of the interface -define("CUSTOM_TEXT_ENABLED", false); -define("CUSTOM_TEXT", "This LibreQR instance is hosted by foo."); +define("CUSTOM_TEXT_ENABLED", true); +define("CUSTOM_TEXT", "Ce service est fourni par l'association Chapril."); // Default values define("DEFAULT_REDUNDANCY", "high");