Modification de la configuration pour le site de Chapril

This commit is contained in:
Algov 2023-08-08 09:36:50 +00:00
parent 3c6fbcde2f
commit 34ec98fa81
1 changed files with 4 additions and 4 deletions

View File

@ -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 <a href='https://foo.example/'>foo</a>.");
define("CUSTOM_TEXT_ENABLED", true);
define("CUSTOM_TEXT", "Ce service est fourni par l'association Chapril.");
// Default values
define("DEFAULT_REDUNDANCY", "high");